From: Ted Kremenek Date: Wed, 11 Jun 2008 06:01:28 +0000 (+0000) Subject: Make default text a little darker. Shorten title in Static Analysis page. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43bfbaf87118cfc692ed5ea52a68f48d7cb2d292;p=clang Make default text a little darker. Shorten title in Static Analysis page. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52199 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/StaticAnalysis.html b/www/StaticAnalysis.html index 358ebbc2f0..03dff7ac86 100644 --- a/www/StaticAnalysis.html +++ b/www/StaticAnalysis.html @@ -27,7 +27,7 @@
-

Information on using the Static Analyzer ("LLVM Checker")

+

Information on using the Static Analyzer

This documents provides some notes on using the LLVM/clang static analyzer to find bugs in C and Objective-C programs.

diff --git a/www/content.css b/www/content.css index ab9465c69e..7cb3b7f986 100644 --- a/www/content.css +++ b/www/content.css @@ -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; }