[PATCH] Use a CSS class to avoid decoration on <a id=""> tags that don't have an href.
This commit is contained in:
parent
33e1da24e3
commit
08bd9b0a60
1 changed files with 3 additions and 0 deletions
|
@ -26,3 +26,6 @@ footer {
|
||||||
.npoacct-navbar .createlink a {
|
.npoacct-navbar .createlink a {
|
||||||
color: #ce1f1f;
|
color: #ce1f1f;
|
||||||
}
|
}
|
||||||
|
a.idOnly {
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
Loading…
Reference in a new issue