[PATCH] nmbug-status: Make the footer's <hr> gray

W. Trevor King wking at tremily.us
Sat May 10 15:39:57 PDT 2014


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
---
On Sun, May 11, 2014 at 12:08:10AM +0300, Tomi Ollila wrote:
> The rendered <hr/> irritates me a bit, though. Maybe it could be
> colored light gray ?

I can't reroll that one myself, unless Carl gives the ok.  But here's
some light-gray styling as an additional patch.

Cheers,
Trevor

 devel/nmbug/nmbug-status | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status
index 926d4e4..c92d268 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;
+    }}
   </style>
 </head>
 <body>
-- 
1.9.1.353.gc66d89d



More information about the notmuch mailing list