]> granicus.if.org Git - clang/commitdiff
Tweak h1 line-height to avoid text overlay issues in the headers.
authorTed Kremenek <kremenek@apple.com>
Fri, 13 Jun 2008 21:09:07 +0000 (21:09 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 13 Jun 2008 21:09:07 +0000 (21:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52256 91177308-0d34-0410-b5e6-96231b3b80d8

www/content.css

index fda6ff1b4d703f6790a5ea69077c14278d70fa1e..451221f1993030b39e73c9bcec1c9e190cdee2e7 100644 (file)
@@ -3,7 +3,7 @@ html, body {
   font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
 }
 
-h1, h2, h3, tt { color: #000; }
+h1, h2, h3, tt { color: #000; line-height:1.1; }
 
 h2 { padding-top: 1em; }
 h3 { padding-top: 0.5em; margin-bottom: -0.25em; }