You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by bu...@apache.org on 2013/08/13 11:55:10 UTC

svn commit: r874440 - in /websites/staging/stratos/trunk/content: ./ css/stratos.css

Author: buildbot
Date: Tue Aug 13 09:55:10 2013
New Revision: 874440

Log:
Staging update by buildbot for stratos

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

Propchange: websites/staging/stratos/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug 13 09:55:10 2013
@@ -1 +1 @@
-1513413
+1513415

Modified: websites/staging/stratos/trunk/content/css/stratos.css
==============================================================================
--- websites/staging/stratos/trunk/content/css/stratos.css (original)
+++ websites/staging/stratos/trunk/content/css/stratos.css Tue Aug 13 09:55:10 2013
@@ -256,7 +256,8 @@ padding-left: 40px;
     
 }
 .cSocialMediaButtonContainer {
-    
+    padding: 20px 0px 20px 0px;
+    margin-left: 180px;
 }
 
 a.facebook , a.twitter , a.linkedIn , a.googlePlus {
@@ -277,12 +278,21 @@ a.facebook:hover {
 a.twitter {
     background-position: 0px -195px;
 }
+a.twitter:hover {
+    background-position: 0px -39px;
+}
 a.linkedIn {
     background-position: 0px -234px;
 }
+a.linkedIn:hover {
+    background-position: 0px -78px;
+}
 a.googlePlus {
     background-position: 0px -273px;
 }
+a.googlePlus:hover {
+    background-position: 0px -117px;
+}
 
 
 /* //// Social Media Buttons end ////*/