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 12:39:56 UTC

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

Author: buildbot
Date: Tue Aug 13 10:39:56 2013
New Revision: 874449

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 10:39:56 2013
@@ -1 +1 @@
-1513426
+1513428

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 10:39:56 2013
@@ -322,6 +322,7 @@ a.googlePlus:hover {
     background: #1675a5;
     color: #ffffff;
 }
+
 .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
     color: #025f88;
     border-bottom: 1px solid #14c3f3;
@@ -350,3 +351,10 @@ a.googlePlus:hover {
     }
     
 }
+@media screen and (max-width: 480px) {
+    
+    .cSocialMediaButtonContainer {
+        margin-left: 0px;
+    }
+    
+}