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

svn commit: r851251 - in /websites/staging/marmotta/trunk/content: ./ css/site.css

Author: buildbot
Date: Wed Feb 20 11:25:53 2013
New Revision: 851251

Log:
Staging update by buildbot for marmotta

Modified:
    websites/staging/marmotta/trunk/content/   (props changed)
    websites/staging/marmotta/trunk/content/css/site.css

Propchange: websites/staging/marmotta/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 20 11:25:53 2013
@@ -1 +1 @@
-1448079
+1448088

Modified: websites/staging/marmotta/trunk/content/css/site.css
==============================================================================
--- websites/staging/marmotta/trunk/content/css/site.css (original)
+++ websites/staging/marmotta/trunk/content/css/site.css Wed Feb 20 11:25:53 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 {