mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 09:22:55 +02:00
fix #2829: redeclare .pull-right for navs since they get more specific floats
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user