[PATCH] Use a CSS class to avoid decoration on <a id=""> tags that don't have an href.

This commit is contained in:
Bradley M. Kuhn 2013-11-14 12:42:48 -05:00
parent 33e1da24e3
commit 08bd9b0a60

View file

@ -26,3 +26,6 @@ footer {
.npoacct-navbar .createlink a {
color: #ce1f1f;
}
a.idOnly {
text-decoration: none !important;
}