You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/07/23 18:59:34 UTC

[13/21] git commit: [#6456] Removed unnecessary !important

[#6456] Removed unnecessary !important

Signed-off-by: Cory Johns <cj...@slashdotmedia.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/f70ea755
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/f70ea755
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/f70ea755

Branch: refs/heads/tv/6463
Commit: f70ea755870d647a4791adc64f325d192547281a
Parents: 22c7f70
Author: Cory Johns <cj...@slashdotmedia.com>
Authored: Mon Jul 22 22:35:15 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Tue Jul 23 02:45:42 2013 +0000

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/f70ea755/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 94db371..662b4f6 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -3106,7 +3106,7 @@ ul.dropdown ul li a:hover {
     font-size: 18px;
     font-weight: 600;
     text-shadow: none;
-    color: white !important;
+    color: white;
     padding: 1em 2em 1em 2em;
     text-decoration: none;
     -webkit-border-radius: 5px;