[cfe-commits] r52199 - in /cfe/trunk/www: StaticAnalysis.html content.css

Ted Kremenek kremenek at apple.com
Tue Jun 10 23:01:28 PDT 2008


Author: kremenek
Date: Wed Jun 11 01:01:28 2008
New Revision: 52199

URL: http://llvm.org/viewvc/llvm-project?rev=52199&view=rev
Log:
Make default text a little darker.  Shorten title in Static Analysis page.

Modified:
    cfe/trunk/www/StaticAnalysis.html
    cfe/trunk/www/content.css

Modified: cfe/trunk/www/StaticAnalysis.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/StaticAnalysis.html?rev=52199&r1=52198&r2=52199&view=diff

==============================================================================
--- cfe/trunk/www/StaticAnalysis.html (original)
+++ cfe/trunk/www/StaticAnalysis.html Wed Jun 11 01:01:28 2008
@@ -27,7 +27,7 @@
 
 <div id="content">
 
-<h1>Information on using the Static Analyzer ("LLVM Checker")</h1>
+<h1>Information on using the Static Analyzer</h1>
 
 <p>This documents provides some notes on using the LLVM/clang static analyzer to
 find bugs in C and Objective-C programs.</p>

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

==============================================================================
--- cfe/trunk/www/content.css (original)
+++ cfe/trunk/www/content.css Wed Jun 11 01:01:28 2008
@@ -1,6 +1,6 @@
 html, body {
   padding:0px;	
-  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333;
+  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #222;
 }
 
 h1, h2, h3, tt { color: #000; }





More information about the cfe-commits mailing list