summaryrefslogtreecommitdiffstats
path: root/site/common/css/main.css
diff options
context:
space:
mode:
authorFrancis Rowe <fchmmr@minifree.lan>2015-12-04 00:44:54 (EST)
committer Francis Rowe <fchmmr@minifree.lan>2015-12-04 00:44:54 (EST)
commit9068c7fc5b75cf3cf00e88c481feb71815908a0c (patch)
treee88d4fc7bbdf5852d789c67c49019aeca9a22ce6 /site/common/css/main.css
parent5b496cffff4fe9aca20dbf6335286c97dd1be3d5 (diff)
downloadlibreboot.org-9068c7fc5b75cf3cf00e88c481feb71815908a0c.zip
libreboot.org-9068c7fc5b75cf3cf00e88c481feb71815908a0c.tar.gz
libreboot.org-9068c7fc5b75cf3cf00e88c481feb71815908a0c.tar.bz2
css: don't increase the line height of header text
Diffstat (limited to 'site/common/css/main.css')
-rw-r--r--site/common/css/main.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css
index cde537c..90e2f81 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:95%;
-line-height:1.4
+max-width:95%
}
html{
background:#eee url("/common/background/background.jpg") fixed;
@@ -14,6 +13,9 @@ opacity:.9;
background:#fff;
box-shadow:0 0 6px
}
+p{
+line-height:1.4
+}
li{
display:inline
}