Changeset - 08bd9b0a60e6
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-05 23:48:24
bkuhn@ebb.org
[PATCH] Use a CSS class to avoid decoration on <a id=""> tags that don't have an href.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
local.css
Show inline comments
...
 
@@ -26,3 +26,6 @@ footer {
 
.npoacct-navbar .createlink a {
 
  color: #ce1f1f;
 
}
 
a.idOnly {
 
text-decoration: none !important;
 
}
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)