diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-11-25 22:19:06 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-11-25 22:19:06 (EST) |
commit | 28082c97218e0f61f23d1983939f399197993bf2 (patch) | |
tree | 791c32229dea55a8a167516265a9ebdfd78ba40e /site/common/css | |
parent | 989ed970151ef8f5d05d008856b8678f373d6af8 (diff) | |
download | libreboot.org-28082c97218e0f61f23d1983939f399197993bf2.zip libreboot.org-28082c97218e0f61f23d1983939f399197993bf2.tar.gz libreboot.org-28082c97218e0f61f23d1983939f399197993bf2.tar.bz2 |
simplify the home page and make it more readable
Diffstat (limited to 'site/common/css')
-rw-r--r-- | site/common/css/main.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 8dcdff8..0c94a54 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -6,7 +6,16 @@ max-width:96% } html{ background:#eee; -font:99% sans-serif +font:110% sans-serif +} +body{ +max-width:80em +} +h1,h2,h3{ +line-height:120% +} +p{ +line-height:140% } div{ background:#fff; |