0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

remove utils from media alignment

This commit is contained in:
Mark Otto 2015-05-29 16:05:42 -07:00
parent ed4e873fe1
commit 7783ef8fab

View File

@ -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;
}