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/06/25 12:14:19 UTC

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

Author: buildbot
Date: Wed Jun 25 10:14:18 2014
New Revision: 913640

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 Wed Jun 25 10:14:18 2014
@@ -1 +1 @@
-1605314
+1605317

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 Wed Jun 25 10:14:18 2014
@@ -298,14 +298,17 @@ a.cgooglePlus:hover {
 .cRelease .cText {
     color: #00a8ff;
     font-size: 36px;
+    margin-bottom: 30px;
+    display: inline-block;
 }
 a.cDownload {
-    font-size: 14px;
-    padding: 10px 30px;
-    background: #00a8ff;
-    color: #ffffff;
+ background: none repeat scroll 0 0 #00a8ff;
     border-radius: 5px;
+    color: #ffffff;
     display: inline-block;
+    font-size: 26px;
+    font-weight: bold;
+    padding: 15px 44px;
 }
 a.cDownload:hover {
     background: #1d515f;