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

[14/15] 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/4b15aae2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/4b15aae2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/4b15aae2

Branch: refs/heads/cj/6456
Commit: 4b15aae2ea94348e5c84a6da1cab5f170eb56345
Parents: 808ed2c
Author: Cory Johns <cj...@slashdotmedia.com>
Authored: Mon Jul 22 22:35:15 2013 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Mon Jul 22 22:35:15 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/4b15aae2/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;