Commit e41584af authored by Mark Otto's avatar Mark Otto
Browse files

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

parent 0fe68de1
2 merge requests!2929Responsive video - from zurp's foundation,!28752.0.3 wip
Showing with 8 additions and 0 deletions
+8 -0
No preview for this file type
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment