]> granicus.if.org Git - clang/commitdiff
Make default text a little darker. Shorten title in Static Analysis page.
authorTed Kremenek <kremenek@apple.com>
Wed, 11 Jun 2008 06:01:28 +0000 (06:01 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 11 Jun 2008 06:01:28 +0000 (06:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52199 91177308-0d34-0410-b5e6-96231b3b80d8

www/StaticAnalysis.html
www/content.css

index 358ebbc2f0433a4cad6eed74ec18cbef33ef2a81..03dff7ac86b21ab5bccc0af2a27a41ed440b8a03 100644 (file)
@@ -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>
index ab9465c69eed4157390f8879eb7f1f7be867d0fe..7cb3b7f986679d28004cee81b2605bd834aba211 100644 (file)
@@ -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; }