mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Bring back pull-* utilities
This commit is contained in:
parent
077958bc5c
commit
22491b19a6
1 changed files with 8 additions and 0 deletions
|
@ -13,3 +13,11 @@
|
|||
.empty:not(:only-child) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.pull-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.pull-left {
|
||||
float: left;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue