mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00:00
fix #2829: redeclare .pull-right for navs since they get more specific floats
This commit is contained in:
parent
0fe68de1a4
commit
e41584afb5
3 changed files with 8 additions and 0 deletions
Binary file not shown.
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
|
|
@ -2557,6 +2557,9 @@ input[type="submit"].btn.btn-mini {
|
|||
text-decoration: none;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
.nav > .pull-right {
|
||||
float: right;
|
||||
}
|
||||
.nav .nav-header {
|
||||
display: block;
|
||||
padding: 3px 15px;
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
background-color: @grayLighter;
|
||||
}
|
||||
|
||||
// Redeclare pull classes because of specifity
|
||||
.nav > .pull-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
// Nav headers (for dropdowns and lists)
|
||||
.nav .nav-header {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Reference in a new issue