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 13:16:55 UTC

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

Author: madhura
Date: Thu Jul 18 11:16:54 2013
New Revision: 1504431

URL: http://svn.apache.org/r1504431
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=1504431&r1=1504430&r2=1504431&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/css/stratos.css (original)
+++ incubator/stratos/site/trunk/content/css/stratos.css Thu Jul 18 11:16:54 2013
@@ -25,8 +25,9 @@ margin-left: 10px;
 }
 .navbar .nav > li > a {
     text-shadow: none;
-    padding-top: 20px;
+    padding-top: 26px;
     font-weight: bold;
+    padding-bottom: 25px;
 }
 .navbar .nav > li > a:hover {
     color: #14c3f3;
@@ -37,4 +38,8 @@ margin-left: 10px;
 }
 .hero-unit {
     margin-top: 40px;
-}
\ No newline at end of file
+}
+.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
+    box-shadow: none;
+        
+}