You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/20 12:25:50 UTC

svn commit: r1448088 - /incubator/marmotta/site/trunk/content/resources/css/site.css

Author: wikier
Date: Wed Feb 20 11:25:50 2013
New Revision: 1448088

URL: http://svn.apache.org/r1448088
Log:
fixed external links

Modified:
    incubator/marmotta/site/trunk/content/resources/css/site.css

Modified: incubator/marmotta/site/trunk/content/resources/css/site.css
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/resources/css/site.css?rev=1448088&r1=1448087&r2=1448088&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/content/resources/css/site.css (original)
+++ incubator/marmotta/site/trunk/content/resources/css/site.css Wed Feb 20 11:25:50 2013
@@ -37,10 +37,14 @@ a:hover {
     text-decoration: none;
 }
 
-a.externalLink[href^="http"] {
-    background: none;
+a.externalLink[href^="http"], a.externalLink[href^="https"] {
+    background-image: none;
+    padding: 0;
+}
+
+a.externalLink:hover {
+    color: #ffffff;
     background-color: #CB1180;
-    padding-right: auto;
 }
 
 div#topbar {