]> granicus.if.org Git - clang/commitdiff
More CSS refinements.
authorTed Kremenek <kremenek@apple.com>
Wed, 11 Jun 2008 05:55:39 +0000 (05:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 11 Jun 2008 05:55:39 +0000 (05:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52198 91177308-0d34-0410-b5e6-96231b3b80d8

www/StaticAnalysis.html
www/content.css

index d94b3b82c19c0aca35891c02d8f751cb436f1214..358ebbc2f0433a4cad6eed74ec18cbef33ef2a81 100644 (file)
@@ -3,11 +3,7 @@
   <title>Information on using the Static Analyzer ("LLVM Checker")</title>
   <link type="text/css" rel="stylesheet" href="menu.css" />
   <link type="text/css" rel="stylesheet" href="content.css" />
-<!--<style type="text/css">
-   body { color:#000000; background-color:#ffffff }
-   body { font-family: Helvetica, sans-serif; font-size:9pt }
-  </style> -->
-  <style>
+  <style>  
     thead {
       background-color:#eee; color:#666666;
       font-weight: bold; cursor: default;
index 28270877980bd7bb921cb9189e98599cb396c141..ab9465c69eed4157390f8879eb7f1f7be867d0fe 100644 (file)
@@ -1,9 +1,10 @@
 html, body {
-       padding:0px;    
-       color:#000000; background-color:#ffffff;
-  font-family: Arial, sans-serif;
+  padding:0px; 
+  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333;
 }
 
+h1, h2, h3, tt { color: #000; }
+
 /* Slides */
 IMG.img_slide {
     display: block;