From 08bd9b0a60e69a82a1c0fd758dedd068e1eb465a Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 14 Nov 2013 12:42:48 -0500 Subject: [PATCH] [PATCH] Use a CSS class to avoid decoration on tags that don't have an href. --- local.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.css b/local.css index a408a20..a089854 100644 --- a/local.css +++ b/local.css @@ -26,3 +26,6 @@ footer { .npoacct-navbar .createlink a { color: #ce1f1f; } +a.idOnly { +text-decoration: none !important; +} \ No newline at end of file