mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove utils from media alignment
This commit is contained in:
parent
ed4e873fe1
commit
7783ef8fab
1 changed files with 2 additions and 4 deletions
|
@ -54,13 +54,11 @@
|
|||
// Alignment
|
||||
//
|
||||
|
||||
.media-right,
|
||||
.media > .pull-right {
|
||||
.media-right {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.media-left,
|
||||
.media > .pull-left {
|
||||
.media-left {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue