From a8aa84ef36cf0046456d908117badacbbb9bf29f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 10 May 2014 15:29:09 -0700 Subject: [PATCH] nmbug-status: Make the footer's
gray 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status index 926d4e4e..c92d268c 100755 --- a/devel/nmbug/nmbug-status +++ b/devel/nmbug/nmbug-status @@ -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; + }} -- 2.26.2