summaryrefslogtreecommitdiffstats
path: root/site/css
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-21 13:41:59 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-21 13:41:59 (EDT)
commit7b6cdb696a68313d954781433dc1c4276e9f638d (patch)
treef9ee3f5087496dbd77487d7b34f68749dcae0a7d /site/css
parentb9844d877f6ebdac8ae6d0017aa7e428f1517f02 (diff)
downloadlibreboot.org-7b6cdb696a68313d954781433dc1c4276e9f638d.zip
libreboot.org-7b6cdb696a68313d954781433dc1c4276e9f638d.tar.gz
libreboot.org-7b6cdb696a68313d954781433dc1c4276e9f638d.tar.bz2
Revert "css: optimize use of screen space (...)"
This reverts commit b9844d877f6ebdac8ae6d0017aa7e428f1517f02.
Diffstat (limited to 'site/css')
-rw-r--r--site/css/main.css13
1 files changed, 6 insertions, 7 deletions
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;
}