[cfe-commits] r52195 - /cfe/trunk/www/StaticAnalysis.html
Ted Kremenek
kremenek at apple.com
Tue Jun 10 22:28:36 PDT 2008
Author: kremenek
Date: Wed Jun 11 00:28:36 2008
New Revision: 52195
URL: http://llvm.org/viewvc/llvm-project?rev=52195&view=rev
Log:
Included page-specific formatting for tables.
Modified:
cfe/trunk/www/StaticAnalysis.html
Modified: cfe/trunk/www/StaticAnalysis.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/StaticAnalysis.html?rev=52195&r1=52194&r2=52195&view=diff
==============================================================================
--- cfe/trunk/www/StaticAnalysis.html (original)
+++ cfe/trunk/www/StaticAnalysis.html Wed Jun 11 00:28:36 2008
@@ -3,25 +3,27 @@
<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">
+<!--<style type="text/css">
body { color:#000000; background-color:#ffffff }
body { font-family: Helvetica, sans-serif; font-size:9pt }
- thead {
- background-color:#eee; color:#666666;
- font-weight: bold; cursor: default;
- text-align:center;
- border-top: 2px solid #000000;
- border-bottom: 2px solid #000000;
- font-weight: bold; font-family: Verdana
- }
- table { border: 1px #000000 solid }
- table { border-collapse: collapse; border-spacing: 0px }
- table { margin-left:20px; margin-top:20px; margin-bottom:20px }
- td { border-bottom: 1px #000000 dotted }
- td { padding:5px; padding-left:8px; padding-right:8px }
- td { text-align:left; font-size:9pt }
- td.View { padding-left: 10px }
</style> -->
+ <style>
+ thead {
+ background-color:#eee; color:#666666;
+ font-weight: bold; cursor: default;
+ text-align:center;
+ border-top: 2px solid #000000;
+ border-bottom: 2px solid #000000;
+ font-weight: bold; font-family: Verdana
+ }
+ table { border: 1px #000000 solid }
+ table { border-collapse: collapse; border-spacing: 0px }
+ table { margin-left:20px; margin-top:20px; margin-bottom:20px }
+ td { border-bottom: 1px #000000 dotted }
+ td { padding:5px; padding-left:8px; padding-right:8px }
+ td { text-align:left; font-size:9pt }
+ td.View { padding-left: 10px }
+ </style>
</head>
<body>
More information about the cfe-commits
mailing list