Commit 1cb880b4 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #7816: revert negative margin on .navbar-nav

parent 509f2244
Showing with 2 additions and 2 deletions
+2 -2
...@@ -3548,7 +3548,7 @@ button.close { ...@@ -3548,7 +3548,7 @@ button.close {
} }
.navbar-nav { .navbar-nav {
margin: 10px -15px 0; margin-top: 10px;
} }
.navbar-nav > li > a { .navbar-nav > li > a {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
.navbar-nav { .navbar-nav {
// Space out from .navbar .brand and .btn-navbar when stacked in mobile views // Space out from .navbar .brand and .btn-navbar when stacked in mobile views
// and outdent nav links so text lines up with logo. // and outdent nav links so text lines up with logo.
margin: 10px -15px 0; margin-top: 10px;
> li > a { > li > a {
padding-top: ((@navbar-height - @line-height-base) / 2); padding-top: ((@navbar-height - @line-height-base) / 2);
......
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