Commit dc614275 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #6337: scope '.media .pull-left' and '.media .pull-right' to immediate children only

parent 529ecc5a
Showing with 4 additions and 4 deletions
+4 -4
......@@ -5519,11 +5519,11 @@ a.thumbnail:hover {
margin: 0 0 5px;
}
.media .pull-left {
.media > .pull-left {
margin-right: 10px;
}
.media .pull-right {
.media > .pull-right {
margin-left: 10px;
}
......
......@@ -37,10 +37,10 @@
// Media image alignment
// -------------------------
.media .pull-left {
.media > .pull-left {
margin-right: 10px;
}
.media .pull-right {
.media > .pull-right {
margin-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