Commit 7e27e749 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #15140: Restore more missing .media styles from shipping #14801

parent 149f32d9
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 10 additions and 4 deletions
+10 -4
.media-object {
display: block;
}
.media {
// Proper spacing between instances of .media
margin-top: 15px;
......@@ -11,6 +7,16 @@
}
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-object {
display: block;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment