Commit 175e4676 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #8241 from nextgenthemes/3.0.0-wip

rename '.navbar .nav' to '.navbar-nav'
parents 65ad5206 110fc886
Showing with 1 addition and 1 deletion
+1 -1
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
margin-left: -5px; margin-left: -5px;
margin-right: 5px; margin-right: 5px;
} }
.navbar .nav { .navbar-nav {
float: left; float: left;
// undo margin to make nav extend full height of navbar // undo margin to make nav extend full height of navbar
margin-top: 0; margin-top: 0;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment