diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-11-26 13:17:15 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-11-26 13:17:15 (EST) |
commit | 9966b91a8b66d5b216cf6035de532cda558f16b7 (patch) | |
tree | c94484e5989ead5e6981244d27621dda104af2eb /site | |
parent | e83fd337b1dcc2ce20f1df9985d3586ee97db4f9 (diff) | |
download | libreboot.org-9966b91a8b66d5b216cf6035de532cda558f16b7.zip libreboot.org-9966b91a8b66d5b216cf6035de532cda558f16b7.tar.gz libreboot.org-9966b91a8b66d5b216cf6035de532cda558f16b7.tar.bz2 |
optimize css (don't set default line height for h1/h2/h3)
Diffstat (limited to 'site')
-rw-r--r-- | site/common/css/main.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 1c2b524..ec71e22 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -2,8 +2,7 @@ color:#222; padding:.1% 1%; margin:1% auto; -max-width:93%; -line-height:120% +max-width:93% } html{ background:#eee; |