aboutsummaryrefslogtreecommitdiff
path: root/less/responsive-767px-max.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-17 18:15:39 -0700
committerMark Otto <[email protected]>2012-09-17 18:15:39 -0700
commit143fef9f95daca088c1a910fccd07f2b520d8b0b (patch)
treef631ef8e07905097da41e1fe263ab4c8ff64fd9e /less/responsive-767px-max.less
parent917b46a3430b33b7f2cde9ffe67a13aaa935e9a3 (diff)
downloadbootstrap-143fef9f95daca088c1a910fccd07f2b520d8b0b.tar.xz
bootstrap-143fef9f95daca088c1a910fccd07f2b520d8b0b.zip
overhaul the docs and css to merge into 2.1.2 since this was against master
Diffstat (limited to 'less/responsive-767px-max.less')
-rw-r--r--less/responsive-767px-max.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 322acae21..5a23fc683 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -156,16 +156,16 @@
}
// Medias
+ // Reset float and spacing to stack
.media .pull-left,
- .media .pull-right {
+ .media .pull-right {
float: none;
display: block;
margin-bottom: 10px;
}
- .media .pull-left {
+ // Remove side margins since we stack instead of indent
+ .media-object {
margin-right: 0;
- }
- .media .pull-right {
margin-left: 0;
}