You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/05/20 07:32:04 UTC

[15/18] incubator-mynewt-site git commit: restore navbar color

restore navbar color


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/7108e2db
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/7108e2db
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/7108e2db

Branch: refs/heads/master
Commit: 7108e2dbbe8ccc83975413fc7650cf31c9663bb8
Parents: 73c4e64
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Thu May 19 16:21:40 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Thu May 19 16:21:40 2016 -0700

----------------------------------------------------------------------
 custom-theme/css/custom.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/7108e2db/custom-theme/css/custom.css
----------------------------------------------------------------------
diff --git a/custom-theme/css/custom.css b/custom-theme/css/custom.css
index b3a92d1..c902ac4 100644
--- a/custom-theme/css/custom.css
+++ b/custom-theme/css/custom.css
@@ -138,13 +138,17 @@
 }
 
 .navbar {
-    margin-bottom: 0px;
+    background-color: #42567E;
 }
 
 .navbar li.important a {
     color: #F2853F !important;
 }
 
+.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
+    background-color: #293D65;
+}
+
 .sidebar-top {
     padding: 0px;
 }