2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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
-1
View File
@@ -317,7 +317,6 @@
}
&.pull-right {
float: right;
width: auto;
}
}
-6
View File
@@ -56,12 +56,6 @@
}
}
// Redeclare pull classes because of specificity
// Todo: consider making these utilities !important to avoid this bullshit
> .pull-right {
float: right;
}
// Dividers (basically an hr) within the dropdown
.nav-divider {
.nav-divider();
-1
View File
@@ -195,7 +195,6 @@ blockquote {
// Float right with text-align: right
&.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid @blockquote-border-color;
+2 -2
View File
@@ -10,10 +10,10 @@
.clearfix();
}
.pull-right {
float: right;
float: right !important;
}
.pull-left {
float: left;
float: left !important;
}