1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-03 16:51:54 +02:00

fix #2829: redeclare .pull-right for navs since they get more specific floats

This commit is contained in:
Mark Otto
2012-03-28 17:02:13 -07:00
parent 0fe68de1a4
commit e41584afb5
3 changed files with 8 additions and 0 deletions

View File

@@ -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;