Ver Fonte

add underline to the section headers

[SVN r24093]
Aleksey Gurtovoy há 22 anos atrás
pai
commit
65e1000319
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      tools/regression/xsl_reports/runner/default.css

+ 4 - 0
tools/regression/xsl_reports/runner/default.css

@@ -12,6 +12,10 @@ body {
     background-color: #fffff5;
 }
 
+h2 {
+    text-decoration: underline;
+}
+
 .first {
   margin-top: 0 }
 

粤ICP备19079148号