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 2014/05/19 12:14:56 UTC

svn commit: r1595814 - in /incubator/stratos/site/trunk: content/css/stratos-v3.css templates/skeleton.html

Author: madhura
Date: Mon May 19 10:14:56 2014
New Revision: 1595814

URL: http://svn.apache.org/r1595814
Log: (empty)

Modified:
    incubator/stratos/site/trunk/content/css/stratos-v3.css
    incubator/stratos/site/trunk/templates/skeleton.html

Modified: incubator/stratos/site/trunk/content/css/stratos-v3.css
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/css/stratos-v3.css?rev=1595814&r1=1595813&r2=1595814&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/css/stratos-v3.css (original)
+++ incubator/stratos/site/trunk/content/css/stratos-v3.css Mon May 19 10:14:56 2014
@@ -762,6 +762,10 @@ a.cReadmore {
     .cFooterMenu {
         display:none;
     }
+    .cDisclaimer {
+        border:none;
+        text-align:left;
+    }
 
     
 }

Modified: incubator/stratos/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/templates/skeleton.html?rev=1595814&r1=1595813&r2=1595814&view=diff
==============================================================================
--- incubator/stratos/site/trunk/templates/skeleton.html (original)
+++ incubator/stratos/site/trunk/templates/skeleton.html Mon May 19 10:14:56 2014
@@ -43,7 +43,7 @@
 <link href='http://fonts.googleapis.com/css?family=Noto+Sans|Muli|Cabin+Sketch' rel='stylesheet' type='text/css'>
     <link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap-responsive.min.css">
     <link rel="stylesheet" type="text/css" media="screen" href="/css/stratos.css">
-     <link rel="stylesheet" type="text/css" media="screen" href="css/stratos-v3.css">
+     <link rel="stylesheet" type="text/css" media="screen" href="/css/stratos-v3.css">
   <title>Apache Stratos {% block title %}{{ headers.title }}{% endblock %}</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">