1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

make pull-right !important

This commit is contained in:
liuyl
2013-07-28 14:05:47 +08:00
parent c25bf6ba46
commit efac0bf8d6
6 changed files with 5 additions and 19 deletions

View File

@@ -636,7 +636,6 @@ blockquote small:before {
}
blockquote.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
@@ -2478,10 +2477,6 @@ button.close {
border-bottom-color: #ffffff;
}
.nav > .pull-right {
float: right;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
@@ -2938,7 +2933,6 @@ button.close {
border-radius: 0;
}
.navbar-nav.pull-right {
float: right;
width: auto;
}
.navbar-toggle {
@@ -4388,11 +4382,11 @@ a.list-group-item.active > .badge,
}
.pull-right {
float: right;
float: right !important;
}
.pull-left {
float: left;
float: left !important;
}
.hide {