Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1cb880b4
Commit
1cb880b4
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes #7816: revert negative margin on .navbar-nav
parent
509f2244
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/navbar.less
+1
-1
less/navbar.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
1cb880b4
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
1
-
1
View file @
1cb880b4
...
@@ -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);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment