[cfe-commits] r52198 - in /cfe/trunk/www: StaticAnalysis.html content.css
Ted Kremenek
kremenek at apple.com
Tue Jun 10 22:55:40 PDT 2008
Author: kremenek
Date: Wed Jun 11 00:55:39 2008
New Revision: 52198
URL: http://llvm.org/viewvc/llvm-project?rev=52198&view=rev
Log:
More CSS refinements.
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=52198&r1=52197&r2=52198&view=diff
==============================================================================
--- cfe/trunk/www/StaticAnalysis.html (original)
+++ cfe/trunk/www/StaticAnalysis.html Wed Jun 11 00:55:39 2008
@@ -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;
Modified: cfe/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/content.css?rev=52198&r1=52197&r2=52198&view=diff
==============================================================================
--- cfe/trunk/www/content.css (original)
+++ cfe/trunk/www/content.css Wed Jun 11 00:55:39 2008
@@ -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;
More information about the cfe-commits
mailing list