projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
983e654
)
nmbug-status: Make the footer's <hr> gray
author
W. Trevor King
<wking@tremily.us>
Sat, 10 May 2014 22:29:09 +0000
(15:29 -0700)
committer
W. 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
patch
|
blob
|
history
diff --git
a/devel/nmbug/nmbug-status
b/devel/nmbug/nmbug-status
index 926d4e4e3fe17dbe861aa172b58ee9bac518f433..c92d268caf2972eb68779a641eaec9b3c49cb702 100755
(executable)
--- 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>