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

@ -317,7 +317,6 @@
}
&.pull-right {
float: right;
width: auto;
}
}

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();

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;

View file

@ -10,10 +10,10 @@
.clearfix();
}
.pull-right {
float: right;
float: right !important;
}
.pull-left {
float: left;
float: left !important;
}