From 62198d20c2ff95bfcdfc549e0121f41abbfe4d19 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 15 May 2015 12:23:37 -0400 Subject: CSS: optimize use of screen space --- (limited to 'site') diff --git a/site/css/main.css b/site/css/main.css index 2681086..613972b 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -2,13 +2,13 @@ body { background:#f4f4f4; color:#2B2B2B; font-family:Lato,sans-serif; - font-size:0.92em; + font-size:0.90em; font-weight:400; padding:0px; margin:0px; } div.contain { - max-width:60em; + max-width:59em; margin:0 auto; } div.section { @@ -17,10 +17,9 @@ div.section { box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); padding:1em; margin:1em; - margin-left:0px; } p, aside, li { - margin: 0.33em 0px 0.6em; + margin: 0.3em 0px 0.66em; text-align:justify; } a { @@ -31,8 +30,8 @@ a:hover { text-decoration:none; } h1,h2,h3 { - margin-bottom:0.2em; - margin-top:0.2em; + margin-bottom:0em; + margin-top:0em; } img { max-width:100%; @@ -54,11 +53,15 @@ div.important, pre, div.subsection { } .ulnav { padding:0em; + margin-top:0.5em; + margin-bottom:0.5em; } .ulnav li { display:inline-block; - margin-left:0.5em; - margin-right:0.5em; + margin-top:0px; + margin-bottom:0px; + margin-left:0px; + margin-right:1em; padding:0em; } .homepage_logo { @@ -69,7 +72,7 @@ div.important, pre, div.subsection { border:none; border-radius:0.5em; box-shadow:none; - height:10em; + height:8.5em; width:auto; float:right; } -- cgit v0.9.1