From ed6c70f63067ec06757aa019750765b80e23b423 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 13 Jun 2008 21:09:07 +0000 Subject: [PATCH] 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 --- www/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0