Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/media.less')
-rw-r--r--less/media.less12
1 files changed, 7 insertions, 5 deletions
diff --git a/less/media.less b/less/media.less
index bcba8081c1..5ad22cd6d5 100644
--- a/less/media.less
+++ b/less/media.less
@@ -36,11 +36,13 @@
// Media image alignment
// -------------------------
-.media > .pull-left {
- margin-right: 10px;
-}
-.media > .pull-right {
- margin-left: 10px;
+.media {
+ > .pull-left {
+ margin-right: 10px;
+ }
+ > .pull-right {
+ margin-left: 10px;
+ }
}