]> granicus.if.org Git - clang/commitdiff
CSS/HTML generation tweaks for index.html: Remove special "classes" for <td>
authorTed Kremenek <kremenek@apple.com>
Thu, 3 Apr 2008 05:50:51 +0000 (05:50 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 3 Apr 2008 05:50:51 +0000 (05:50 +0000)
elements in table so that sorttable can sort them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49145 91177308-0d34-0410-b5e6-96231b3b80d8

utils/scan-build

index 6e12d2d0da72e9f9ec83fa1dda21e984289f727e..12a7dbca2e5eb32cae47f1c3a205262cdcad2f01 100755 (executable)
@@ -216,27 +216,27 @@ print OUT <<ENDTEXT;
  table.sortable 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.sortable { border: 1px #000000 solid }
  table.sortable { border-collapse: collapse; border-spacing: 0px }
  td { border-bottom: 1px #000000 dotted }
  td { padding:5px; padding-left:8px; padding-right:8px }
  td { text-align:right; font-size:9pt }
- td.header { text-align:center}
- td.header { border-top: 2px solid #000000; }
- td.header { border-bottom: 2px solid #000000; }
- td.header { font-weight: bold; font-family: Verdana }
  td.View   { padding-left: 10px }
 </style>
 <script src="sorttable.js"></script>
 </head>\n<body>
 <table class="sortable">
 <tr>
-  <td class="header">Bug Type</td>
-  <td class="header">File</td>
-  <td class="header">Line</td>
-  <td class="header">Path Length</td>
-  <td class="header"></td>
+  <td>Bug Type</td>
+  <td>File</td>
+  <td>Line</td>
+  <td>Path Length</td>
+  <td "sorttable_nosort"></td>
 </tr>
 ENDTEXT