summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-15 12:23:37 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-15 12:23:37 (EDT)
commit62198d20c2ff95bfcdfc549e0121f41abbfe4d19 (patch)
tree30cb19d8392d3377cfeeea6b9de3362b4f05f630 /site
parent1496b371c49135211fe0f400bc50446bd38d1c25 (diff)
downloadlibreboot.org-62198d20c2ff95bfcdfc549e0121f41abbfe4d19.zip
libreboot.org-62198d20c2ff95bfcdfc549e0121f41abbfe4d19.tar.gz
libreboot.org-62198d20c2ff95bfcdfc549e0121f41abbfe4d19.tar.bz2
CSS: optimize use of screen space
Diffstat (limited to 'site')
-rw-r--r--site/css/main.css21
1 files changed, 12 insertions, 9 deletions
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;
}