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-04-08 01:31:55 +0400
committerMark Otto <markotto@twitter.com>2012-04-08 01:31:55 +0400
commit798363eda743f4e04bf8dd30964ee97f49e86a79 (patch)
treee674002ca1ab407b29c9899c87526eb98794f371 /less/responsive-767px-max.less
parent10ff5f16a64bf9b5cc45ba42e30cbf191e866eec (diff)
fix left margin on .thumbnails for responsive <767
Diffstat (limited to 'less/responsive-767px-max.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 4b8b41fbe2..9655981afd 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