summaryrefslogtreecommitdiffstats
path: root/site/css/main.css
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-21 13:01:42 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-21 13:01:42 (EDT)
commitb9844d877f6ebdac8ae6d0017aa7e428f1517f02 (patch)
treebe232c68d5991900ae883f5abff96fd8da62b26f /site/css/main.css
parentc6f5f3a1248edd472bbeca6e153c4e137e9f76e5 (diff)
downloadlibreboot.org-b9844d877f6ebdac8ae6d0017aa7e428f1517f02.zip
libreboot.org-b9844d877f6ebdac8ae6d0017aa7e428f1517f02.tar.gz
libreboot.org-b9844d877f6ebdac8ae6d0017aa7e428f1517f02.tar.bz2
css: optimize use of screen space (...)
Diffstat (limited to 'site/css/main.css')
-rw-r--r--site/css/main.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/site/css/main.css b/site/css/main.css
index 92b1ab2..5edc899 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.825em;
+ font-size:0.82em;
font-weight:400;
padding:0px;
margin:0px;
}
div.contain {
- max-width:57em;
+ max-width:56.8em;
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.9em;
- padding-right:0.9em;
+ padding-left:0.8em;
+ padding-right:0.8em;
padding-top:0.15em;
padding-bottom:0.3em;
margin:0.35em;
}
p, aside, li {
- margin: 0.1em 0px 0.15em;
+ margin: 0.08em 0px 0.08em;
text-align:justify;
}
a {
@@ -35,6 +35,7 @@ a:hover {
h1,h2,h3 {
margin-bottom:0em;
margin-top:0em;
+ line-height:1.1em;
}
h1 {
font-size:1.9em;
@@ -83,7 +84,7 @@ div.important, pre, div.subsection {
border:none;
border-radius:0.5em;
box-shadow:none;
- height:7em;
+ height:6.5em;
width:auto;
float:right;
}