diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-11-26 12:33:43 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-11-26 12:50:13 (EST) |
commit | 24d0305836b6e0c3e84d80e003ecdef4ab048e17 (patch) | |
tree | 7637be467a8132b26828a7c169eef0b86373eb3a /site/common/css | |
parent | 8cad5031ad2faf2d24527503d15efed956da4dba (diff) | |
download | libreboot.org-24d0305836b6e0c3e84d80e003ecdef4ab048e17.zip libreboot.org-24d0305836b6e0c3e84d80e003ecdef4ab048e17.tar.gz libreboot.org-24d0305836b6e0c3e84d80e003ecdef4ab048e17.tar.bz2 |
optimize css and make the site more readable
Diffstat (limited to 'site/common/css')
-rw-r--r-- | site/common/css/main.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 0c94a54..c4c99df 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -2,17 +2,12 @@ color:#222; padding:.1% 1%; margin:1% auto; -max-width:96% +max-width:93%; +line-height:120% } html{ background:#eee; -font:110% sans-serif -} -body{ -max-width:80em -} -h1,h2,h3{ -line-height:120% +font:125% sans-serif } p{ line-height:140% |