vendor/twitter/bootstrap/sass/_media.scss in bootstrap-generators-2.3.2 vs vendor/twitter/bootstrap/sass/_media.scss in bootstrap-generators-3.0.0

- old
+ new

@@ -8,11 +8,10 @@ // Clear the floats .media, .media-body { overflow: hidden; - *overflow: visible; zoom: 1; } // Proper spacing between instances of .media .media, @@ -35,21 +34,23 @@ // Media image alignment // ------------------------- -.media > .pull-left { - margin-right: 10px; +.media { + > .pull-left { + margin-right: 10px; + } + > .pull-right { + margin-left: 10px; + } } -.media > .pull-right { - margin-left: 10px; -} // Media list variation // ------------------------- // Undo default ul/ol styles .media-list { - margin-left: 0; + padding-left: 0; list-style: none; }