diff options
| author | Mark Otto <[email protected]> | 2013-12-18 14:28:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-18 14:28:03 -0800 |
| commit | ab740f0f0f1780f87cf30c106bb0d8eef983cd10 (patch) | |
| tree | 8b6e1ac0e47bbda83f9fd3d39ea407aaeedb3c78 /less | |
| parent | 3416e87a97d6a70f97c41326afd8c5120acbeb22 (diff) | |
| download | bootstrap-ab740f0f0f1780f87cf30c106bb0d8eef983cd10.tar.xz bootstrap-ab740f0f0f1780f87cf30c106bb0d8eef983cd10.zip | |
navbars need to use prefixed nav class or they won't work as expected
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index dd9d55920..621772fbb 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -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 { |
