diff options
| author | Mark Otto <[email protected]> | 2012-04-07 14:31:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-07 14:31:55 -0700 |
| commit | 798363eda743f4e04bf8dd30964ee97f49e86a79 (patch) | |
| tree | e674002ca1ab407b29c9899c87526eb98794f371 /less | |
| parent | 10ff5f16a64bf9b5cc45ba42e30cbf191e866eec (diff) | |
| download | bootstrap-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.less | 7 |
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 |
