Explorar el Código

Cosmetic fixes

[SVN r23711]
Misha Bergal hace 22 años
padre
commit
8bd6f0aaff
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      tools/regression/xsl_reports/xsl/html/master.css

+ 13 - 0
tools/regression/xsl_reports/xsl/html/master.css

@@ -163,6 +163,19 @@ table.summary-table
     text-decoration: underline;
 }
 
+td.runner
+{
+    color: black;
+    font-weight: bold;
+    border-top: 1px solid black;
+}
+
+td.timestamp
+{
+    color: black;
+    border-bottom: 1px solid black;
+}
+
  td.toolset-name
 ,td.required-toolset-name
 {

粤ICP备19079148号