From 5bf7c605999a30993cc1e73995956da81025f98a Mon Sep 17 00:00:00 2001 From: Ricky Rosario Date: Mon, 3 Oct 2011 16:25:44 -0400 Subject: [PATCH] [bug 670143] Consistent link color for links on landing page. --- media/css/home.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/media/css/home.css b/media/css/home.css index 189c9fb6a1b..1f99ba33d99 100644 --- a/media/css/home.css +++ b/media/css/home.css @@ -220,12 +220,3 @@ body.desktop.html-rtl #home-content-explore section { #home-content-explore ul li { padding: 3px 0; } - -#home-content-explore ul a { - color: #444; -} - -#home-content-explore ul a:hover { - color: #447bc4; - text-decoration: underline; -}