aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-07 14:31:55 -0700
committerMark Otto <[email protected]>2012-04-07 14:31:55 -0700
commit798363eda743f4e04bf8dd30964ee97f49e86a79 (patch)
treee674002ca1ab407b29c9899c87526eb98794f371 /less
parent10ff5f16a64bf9b5cc45ba42e30cbf191e866eec (diff)
downloadbootstrap-798363eda743f4e04bf8dd30964ee97f49e86a79.tar.xz
bootstrap-798363eda743f4e04bf8dd30964ee97f49e86a79.zip
fix left margin on .thumbnails for responsive <767
Diffstat (limited to 'less')
-rw-r--r--less/responsive-767px-max.less7
1 files changed, 4 insertions, 3 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 4b8b41fbe..9655981af 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -111,8 +111,9 @@
.row-fluid {
width: 100%;
}
- // Undo negative margin on rows
- .row {
+ // Undo negative margin on rows and thumbnails
+ .row,
+ .thumbnails {
margin-left: 0;
}
// Make all grid-sized elements block level again
@@ -121,7 +122,7 @@
float: none;
display: block;
width: auto;
- margin: 0;
+ margin-left: 0;
}
// FORM FIELDS