diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 12:34:40 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 12:34:40 (EDT) |
commit | 5a79d4b68ad01f4d43955ddb00b5c2a9524b6d5d (patch) | |
tree | 7a3cc7b599c61c6ddebf15e3d9d2523c6845c5dc | |
parent | 62198d20c2ff95bfcdfc549e0121f41abbfe4d19 (diff) | |
download | libreboot.org-5a79d4b68ad01f4d43955ddb00b5c2a9524b6d5d.zip libreboot.org-5a79d4b68ad01f4d43955ddb00b5c2a9524b6d5d.tar.gz libreboot.org-5a79d4b68ad01f4d43955ddb00b5c2a9524b6d5d.tar.bz2 |
CSS: optimize use of screen space (2)
-rw-r--r-- | site/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/css/main.css b/site/css/main.css index 613972b..6aee5ee 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -19,7 +19,7 @@ div.section { margin:1em; } p, aside, li { - margin: 0.3em 0px 0.66em; + margin: 0.1em 0px 0.3em; text-align:justify; } a { @@ -72,7 +72,7 @@ div.important, pre, div.subsection { border:none; border-radius:0.5em; box-shadow:none; - height:8.5em; + height:8em; width:auto; float:right; } |