Bring back pull-* utilities
This commit is contained in:
parent
077958bc5c
commit
22491b19a6
|
@ -13,3 +13,11 @@
|
|||
.empty:not(:only-child) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.pull-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.pull-left {
|
||||
float: left;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue