summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-21 12:53:54 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-21 12:53:54 (EDT)
commitc6f5f3a1248edd472bbeca6e153c4e137e9f76e5 (patch)
treef9ee3f5087496dbd77487d7b34f68749dcae0a7d /site
parentb5e04f9e87782a1abf27446a3648b7e5c6ab022a (diff)
downloadlibreboot.org-c6f5f3a1248edd472bbeca6e153c4e137e9f76e5.zip
libreboot.org-c6f5f3a1248edd472bbeca6e153c4e137e9f76e5.tar.gz
libreboot.org-c6f5f3a1248edd472bbeca6e153c4e137e9f76e5.tar.bz2
css: optimize use of screen space (millionth time)
Diffstat (limited to 'site')
-rw-r--r--site/css/main.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/site/css/main.css b/site/css/main.css
index 77fe08c..92b1ab2 100644
--- a/site/css/main.css
+++ b/site/css/main.css
@@ -8,7 +8,7 @@ body {
margin:0px;
}
div.contain {
- max-width:58em;
+ max-width:57em;
margin:0 auto;
}
div.section {
@@ -65,8 +65,8 @@ div.important, pre, div.subsection {
}
.ulnav {
padding:0em;
- margin-top:0.5em;
- margin-bottom:0.5em;
+ margin-top:0em;
+ margin-bottom:0.3em;
}
.ulnav li {
display:inline-block;
@@ -80,11 +80,10 @@ 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:7.5em;
+ height:7em;
width:auto;
float:right;
}