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
6 merge requests!6821Typeahead updater,!6666Patch 1,!6610Add outline for input[type="image"],!65463.0.0 wip - fixed the issue in which the test pid isn't killed if a test fails,!6503control markup changes added,!6345Input classes addition
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