summaryrefslogtreecommitdiff
path: root/www/content.css
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-06-17 13:48:17 +0000
committerTed Kremenek <kremenek@apple.com>2008-06-17 13:48:17 +0000
commit111731a3801dc261ee9abc7b9da9979a1f42cc51 (patch)
tree3b8e43ab514a019c53afda2b0f7b4c74e51c07f1 /www/content.css
parent3644cf964fa0797cc5e3df6693847a8a16424e91 (diff)
downloadclang-111731a3801dc261ee9abc7b9da9979a1f42cc51.tar.gz
Tighten <h2> padding.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52399 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/content.css')
-rw-r--r--www/content.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content.css b/www/content.css
index e42295f7c5..4bfbd877a0 100644
--- a/www/content.css
+++ b/www/content.css
@@ -7,7 +7,7 @@ html, body {
h1, h2, h3, tt { color: #000 }
h1 { padding-top:0px; margin-top:0px;}
-h2 { color:#333333; padding-top:1em; }
+h2 { color:#333333; padding-top:0.5em; }
h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7}
li { padding-bottom: 0.5em; }