2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +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
+2 -2
View File
@@ -10,10 +10,10 @@
.clearfix();
}
.pull-right {
float: right;
float: right !important;
}
.pull-left {
float: left;
float: left !important;
}