diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-06-13 21:09:07 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-06-13 21:09:07 +0000 |
commit | ed6c70f63067ec06757aa019750765b80e23b423 (patch) | |
tree | af853330c2f1c18cbf7b8fbdb05a19bbf6dc1b7a | |
parent | b56c8825834d6bd53e89c8bdf5f3fe9873da8732 (diff) |
Tweak h1 line-height to avoid text overlay issues in the headers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52256 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content.css b/www/content.css index fda6ff1b4d..451221f199 100644 --- a/www/content.css +++ b/www/content.css @@ -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; } |