diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-21 13:42:14 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-21 13:42:14 (EDT) |
commit | 66c4cb63fa5155e878a6796d17b14010d6f9968c (patch) | |
tree | 11b61fef89d0a9ab96a1965b8d01b447095c77b9 /site | |
parent | 7b6cdb696a68313d954781433dc1c4276e9f638d (diff) | |
download | libreboot.org-66c4cb63fa5155e878a6796d17b14010d6f9968c.zip libreboot.org-66c4cb63fa5155e878a6796d17b14010d6f9968c.tar.gz libreboot.org-66c4cb63fa5155e878a6796d17b14010d6f9968c.tar.bz2 |
Revert "css: optimize use of screen space (millionth time)"
This reverts commit c6f5f3a1248edd472bbeca6e153c4e137e9f76e5.
Diffstat (limited to 'site')
-rw-r--r-- | site/css/main.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/site/css/main.css b/site/css/main.css index 92b1ab2..77fe08c 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -8,7 +8,7 @@ body { margin:0px; } div.contain { - max-width:57em; + max-width:58em; margin:0 auto; } div.section { @@ -65,8 +65,8 @@ div.important, pre, div.subsection { } .ulnav { padding:0em; - margin-top:0em; - margin-bottom:0.3em; + margin-top:0.5em; + margin-bottom:0.5em; } .ulnav li { display:inline-block; @@ -80,10 +80,11 @@ div.important, pre, div.subsection { padding:0px; margin:0px; margin-left:1em; + margin-right:1em; border:none; border-radius:0.5em; box-shadow:none; - height:7em; + height:7.5em; width:auto; float:right; } |