nmbug-status: Make the footer's <hr> gray
authorW. Trevor King <wking@tremily.us>
Sat, 10 May 2014 22:29:09 +0000 (15:29 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 10 May 2014 22:38:22 +0000 (15:38 -0700)
So it's less agressive.  IE uses 'color' for drawing the rule, while
Gecko and Opera use the border or 'background-color' [1].

[1]: https://bugzilla.mozilla.org/show_bug.cgi?id=239386

devel/nmbug/nmbug-status

index 926d4e4e3fe17dbe861aa172b58ee9bac518f433..c92d268caf2972eb68779a641eaec9b3c49cb702 100755 (executable)
@@ -315,6 +315,12 @@ _PAGES['html'] = HtmlPage(
     tbody:nth-child(4n+3) tr td {{
       background-color: #bce;
     }}
+    hr {{
+      border: 0;
+      height: 1px;
+      color: #ccc;
+      background-color: #ccc;
+    }}
   </style>
 </head>
 <body>