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/14 18:56:37 UTC

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

Author: madhura
Date: Sun Jul 14 16:56:37 2013
New Revision: 1502995

URL: http://svn.apache.org/r1502995
Log:
new css style to override bootstrap-responsive.min.css

Added:
    incubator/stratos/site/trunk/content/css/stratos.css

Added: incubator/stratos/site/trunk/content/css/stratos.css
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/css/stratos.css?rev=1502995&view=auto
==============================================================================
--- incubator/stratos/site/trunk/content/css/stratos.css (added)
+++ incubator/stratos/site/trunk/content/css/stratos.css Sun Jul 14 16:56:37 2013
@@ -0,0 +1,15 @@
+.navbar-inner {
+    background-image: none;
+    background-color: #0066a0;
+}
+.navbar-inverse .navbar-inner {
+    background-color: transparent;
+    background-image: none;
+    border-color: #2493b1;
+}
+.navbar-inverse .brand {
+    color: ffffff;
+}
+.navbar-inverse .brand, .navbar-inverse .nav > li > a {
+    color: #99e3f7;
+}
\ No newline at end of file