]> granicus.if.org Git - clang/commitdiff
Included page-specific formatting for tables.
authorTed Kremenek <kremenek@apple.com>
Wed, 11 Jun 2008 05:28:36 +0000 (05:28 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 11 Jun 2008 05:28:36 +0000 (05:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52195 91177308-0d34-0410-b5e6-96231b3b80d8

www/StaticAnalysis.html

index 95f01072e7d14eae6803f2a207211c10dff3a1f5..d94b3b82c19c0aca35891c02d8f751cb436f1214 100644 (file)
@@ -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>