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:
authorMark Otto <markotto@twitter.com>2012-09-18 05:15:44 +0400
committerMark Otto <markotto@twitter.com>2012-09-18 05:15:44 +0400
commit26ca131a950398e0c3c447da01658939feb40df1 (patch)
tree027528656848e35d5764194ba6e083a75cf8244f /less/responsive-767px-max.less
parentcaa79ed594daae704793a08e94a6e2d9da32eaf1 (diff)
parent143fef9f95daca088c1a910fccd07f2b520d8b0b (diff)
Merge branch 'wpbrains-media-component' into 2.1.2-wip
Diffstat (limited to 'less/responsive-767px-max.less')
-rw-r--r--less/responsive-767px-max.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 6e42610475..5cd89e4035 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -158,6 +158,20 @@
}
}
+ // Medias
+ // Reset float and spacing to stack
+ .media .pull-left,
+ .media .pull-right {
+ float: none;
+ display: block;
+ margin-bottom: 10px;
+ }
+ // Remove side margins since we stack instead of indent
+ .media-object {
+ margin-right: 0;
+ margin-left: 0;
+ }
+
// Modals
.modal {
top: 10px;