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
9d82a8ba
Commit
9d82a8ba
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #9451 from Luis-TP/3.0.0-wip
Fix .navbar-right > .dropdown-menu alignment
parents
66122fa1
c79fa6ad
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+4
-0
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/navbar.less
+6
-1
less/navbar.less
with
11 additions
and
2 deletions
+11
-2
dist/css/bootstrap.css
+
4
-
0
View file @
9d82a8ba
...
...
@@ -3354,6 +3354,10 @@ button.close {
.navbar-right
{
float
:
right
!important
;
}
.navbar-right
.dropdown-menu
{
right
:
0
;
left
:
auto
;
}
}
.navbar-form
{
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
9d82a8ba
This diff is collapsed.
Click to expand it.
less/navbar.less
+
6
-
1
View file @
9d82a8ba
...
...
@@ -259,7 +259,12 @@
@media (min-width: @grid-float-breakpoint) {
.navbar-left { .pull-left(); }
.navbar-right { .pull-right(); }
.navbar-right {
.pull-right();
.dropdown-menu {
.pull-right > .dropdown-menu();
}
}
}
...
...
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