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/07/18 12:18:44 UTC

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

Author: madhura
Date: Thu Jul 18 10:18:44 2013
New Revision: 1504411

URL: http://svn.apache.org/r1504411
Log:
updated the menu

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=1504411&r1=1504410&r2=1504411&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/css/stratos.css (original)
+++ incubator/stratos/site/trunk/content/css/stratos.css Thu Jul 18 10:18:44 2013
@@ -8,12 +8,20 @@
     background-image: none;
     background-color: #0066a0;
 }
-.navbar-inverse .brand {
-    color: ffffff;
-}
+
 .navbar-inverse .brand, .navbar-inverse .nav > li > a {
-    color: #99e3f7;
+    color: #00638a;
+    padding-top: 20px;
 }
 .navbar-inverse .brand {
   color: #ffffff;
+  background-image:url('/images/apache-stratos-logo.jpg');
+  background-repeat: no-repeat;
+  height: 40px;
+  width: 240x;
+  background-position: left;
+background-color:#cccccc;
+}
+.navbar .nav > li > a {
+    text-shadow: none;
 }
\ No newline at end of file