From 7b6cdb696a68313d954781433dc1c4276e9f638d Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 21 May 2015 13:41:59 -0400 Subject: Revert "css: optimize use of screen space (...)" This reverts commit b9844d877f6ebdac8ae6d0017aa7e428f1517f02. --- (limited to 'site/css/main.css') diff --git a/site/css/main.css b/site/css/main.css index 5edc899..92b1ab2 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -2,27 +2,27 @@ body { background:#f4f4f4; color:#2B2B2B; font-family:Lato,helvetica,sans-serif; - font-size:0.82em; + font-size:0.825em; font-weight:400; padding:0px; margin:0px; } div.contain { - max-width:56.8em; + max-width:57em; margin:0 auto; } div.section { background:#FFF; border-radius:0.5em; box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 1); - padding-left:0.8em; - padding-right:0.8em; + padding-left:0.9em; + padding-right:0.9em; padding-top:0.15em; padding-bottom:0.3em; margin:0.35em; } p, aside, li { - margin: 0.08em 0px 0.08em; + margin: 0.1em 0px 0.15em; text-align:justify; } a { @@ -35,7 +35,6 @@ a:hover { h1,h2,h3 { margin-bottom:0em; margin-top:0em; - line-height:1.1em; } h1 { font-size:1.9em; @@ -84,7 +83,7 @@ div.important, pre, div.subsection { border:none; border-radius:0.5em; box-shadow:none; - height:6.5em; + height:7em; width:auto; float:right; } -- cgit v0.9.1