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 2014/05/19 09:22:07 UTC

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

Author: buildbot
Date: Mon May 19 07:22:07 2014
New Revision: 909255

Log:
Staging update by buildbot for stratos

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

Propchange: websites/staging/stratos/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 19 07:22:07 2014
@@ -1 +1 @@
-1595767
+1595769

Modified: websites/staging/stratos/trunk/content/css/stratos-v3.css
==============================================================================
--- websites/staging/stratos/trunk/content/css/stratos-v3.css (original)
+++ websites/staging/stratos/trunk/content/css/stratos-v3.css Mon May 19 07:22:07 2014
@@ -748,15 +748,49 @@ a.cReadmore {
 
 @media screen and (max-width: 1400px) {
 
-    .cFeatures .cBox {
-        width: 174px;
-         min-height: 275px;
+   .cFeatures .cBox {
+        border:none;
+        width:100% !important;
+        padding:0px;
+        padding-top:20px;
+        padding-bottom:20px;
+        border-top:1px solid #317787 !important;
+    }
+    .cFeatures {
+        border:none;
+        padding-top:0px;
+    }       
+    h2 {
+        line-height: 54px;
+    }
+    .cFeatures .cBox.cBorderL , .cFeatures .cBox.cBorderR {
+        border:none;
+    }
+   .cColLeft {
+        width:100%;
+        display:block;
+        padding:0px;
+    }
+    .cColRight {
+        width:100%;
+        display:block;
+        float: left
+            paddinng:0px;
     }
     .cColLeft {
-        width: 60%;
+        border:none;
+    }
+    .cBox a.cReadmore {
+        padding: 10px 30px 10px 30px;
+        background: #00A8FF;
+        color: #ffffff;
+        border-radius: 7px;
     }
-    .cColRight{
-        width:38%;
+    .footer .cColRight p {
+        color: #ffffff;
+        font-size: 10px;
+        line-height: 12px;
+        margin-top: 40px;
     }
 }
 @media screen and (max-width: 979px) {