Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
d557fa28
Commit
d557fa28
authored
11 years ago
by
liuyl
Browse files
Options
Download
Email Patches
Plain Diff
navbar.less
parent
32369b2f
1 merge request
!9273
navbar.less
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/navbar.less
+2
-4
less/navbar.less
with
2 additions
and
4 deletions
+2
-4
less/navbar.less
+
2
-
4
View file @
d557fa28
...
@@ -186,13 +186,11 @@
...
@@ -186,13 +186,11 @@
// Menu position and menu carets
// Menu position and menu carets
.navbar-nav > li > .dropdown-menu {
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
margin-top: 0;
border-top-left-radius: 0;
.border-top-radius(0);
border-top-right-radius: 0;
}
}
// Menu position and menu caret support for dropups via extra dropup class
// Menu position and menu caret support for dropups via extra dropup class
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-left-radius: 0;
.border-bottom-radius(0);
border-bottom-right-radius: 0;
}
}
// Dropdown menu items and carets
// Dropdown menu items and carets
...
...
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
Menu
Explore
Projects
Groups
Snippets