2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

navbars need to use prefixed nav class or they won't work as expected

This commit is contained in:
Mark Otto
2013-12-18 14:28:03 -08:00
parent 3416e87a97
commit ab740f0f0f
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -215,7 +215,7 @@
// Builds on top of the `.nav` components with its own modifier class to make
// the nav the full height of the horizontal nav (above 768px).
.navbar .nav {
.navbar-nav {
margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;
> li > a {