You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ma...@apache.org on 2013/08/24 17:17:22 UTC

svn commit: r1517144 - /incubator/stratos/site/trunk/content/css/stratos.css

Author: madhura
Date: Sat Aug 24 15:17:21 2013
New Revision: 1517144

URL: http://svn.apache.org/r1517144
Log:
updated the mobile layout

Modified:
    incubator/stratos/site/trunk/content/css/stratos.css

Modified: incubator/stratos/site/trunk/content/css/stratos.css
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/css/stratos.css?rev=1517144&r1=1517143&r2=1517144&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/css/stratos.css (original)
+++ incubator/stratos/site/trunk/content/css/stratos.css Sat Aug 24 15:17:21 2013
@@ -435,6 +435,9 @@ a.googlePlus:hover {
     .cTimeAndDate {
         display: inline-block;
     }
+    .cTimeAndDate span {
+        display: inline-block;
+    }
 }
 
 
@@ -457,6 +460,13 @@ a.googlePlus:hover {
     .cRightCol {
         width: 100%;
     }
+    .cButton {
+        display: block;
+        margin-left: 20px;
+    }
+    .cTimeAndDate span {
+        padding: 20px;
+    }
 }