[cfe-commits] r52256 - /cfe/trunk/www/content.css

Ted Kremenek kremenek at apple.com
Fri Jun 13 14:09:07 PDT 2008


Author: kremenek
Date: Fri Jun 13 16:09:07 2008
New Revision: 52256

URL: http://llvm.org/viewvc/llvm-project?rev=52256&view=rev
Log:
Tweak h1 line-height to avoid text overlay issues in the headers.

Modified:
    cfe/trunk/www/content.css

Modified: cfe/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/content.css?rev=52256&r1=52255&r2=52256&view=diff

==============================================================================
--- cfe/trunk/www/content.css (original)
+++ cfe/trunk/www/content.css Fri Jun 13 16:09:07 2008
@@ -3,7 +3,7 @@
   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; }





More information about the cfe-commits mailing list