From: W. Trevor King Date: Sat, 10 May 2014 22:29:09 +0000 (-0700) Subject: nmbug-status: Make the footer's
gray X-Git-Tag: nmbug-status-cworth-v1.1~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8aa84ef36cf0046456d908117badacbbb9bf29f;p=notmuch.git 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 --- 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; + }}