From 5a08582449f11a1a777e24aae8f399d6208edff4 Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Tue, 30 Nov 2010 15:56:50 -0800 Subject: [PATCH] Updated hover state for tags in theme machine. --HG-- branch : dev --- src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css index 2fa19a380..767ef57bf 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css +++ b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css @@ -334,7 +334,7 @@ nav ul /* Tags */ .tags { margin-top: 12px; } .tags a { background-color: #dbdbdb; padding: 3px 6px; color: #434343; } -.tags a:hover { background-color: #434343; padding: 3px; color: #fff; } +.tags a:hover { background-color: #434343; color: #fff; } /* Metadata */ .metadata { margin: 0 0 12px 0; color: #999; font-size: 0.846em; }