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 19:15:18 UTC

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

Author: madhura
Date: Sun Jul 14 17:15:17 2013
New Revision: 1503003

URL: http://svn.apache.org/r1503003
Log:
.brand text color changed

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=1503003&r1=1503002&r2=1503003&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/css/stratos.css (original)
+++ incubator/stratos/site/trunk/content/css/stratos.css Sun Jul 14 17:15:17 2013
@@ -12,4 +12,7 @@
 }
 .navbar-inverse .brand, .navbar-inverse .nav > li > a {
     color: #99e3f7;
+}
+.navbar-inverse .brand {
+  color: #ffffff;
 }
\ No newline at end of file