Included page-specific formatting for tables.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52195 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/StaticAnalysis.html b/www/StaticAnalysis.html
index 95f0107..d94b3b8 100644
--- a/www/StaticAnalysis.html
+++ b/www/StaticAnalysis.html
@@ -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>