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/25 09:58:17 UTC

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

Author: madhura
Date: Sun Aug 25 07:58:17 2013
New Revision: 1517238

URL: http://svn.apache.org/r1517238
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=1517238&r1=1517237&r2=1517238&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/css/stratos.css (original)
+++ incubator/stratos/site/trunk/content/css/stratos.css Sun Aug 25 07:58:17 2013
@@ -415,7 +415,7 @@ a.googlePlus:hover {
     .cHomepageContent {
         width: 60%;
         border-left: none;
-        border-top: 1px solid #14C3F3;
+        border-bottom: 1px solid #14C3F3;
     }
     .cRightCol {
         display: inline-block;
@@ -429,7 +429,9 @@ a.googlePlus:hover {
 @media screen and (max-width: 979px) {
 
       .cHomepageContent {
-        width: 100%
+        width: 100%;
+            border-left: none;
+        border-bottom: 1px solid #14C3F3;
     }
     .cRightCol {
         display: inline-block;