diff options
| author | Mark Otto <[email protected]> | 2012-04-24 06:45:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-24 06:45:21 -0700 |
| commit | 5be84ad0b7156edcd53d4c1ef81ad0f8cf0cbe4b (patch) | |
| tree | 589e6975e89e4446b7b64c8773e11377528e991a /less/thumbnails.less | |
| parent | f9744ff52207617ec4610809603f34d7eba1d077 (diff) | |
| download | bootstrap-5be84ad0b7156edcd53d4c1ef81ad0f8cf0cbe4b.tar.xz bootstrap-5be84ad0b7156edcd53d4c1ef81ad0f8cf0cbe4b.zip | |
restore margins on thumbnails, add comments about it's changes and how responsive affects it
Diffstat (limited to 'less/thumbnails.less')
| -rw-r--r-- | less/thumbnails.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less index 012def577..aa69f8e33 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -1,5 +1,6 @@ // THUMBNAILS // ---------- +// Note: `.thumbnails` and `.thumbnails > li` are overriden in responsive files // Make wrapper ul behave like the grid .thumbnails { @@ -16,6 +17,7 @@ .thumbnails > li { float: left; // Explicity set the float since we don't require .span* classes margin-bottom: @baseLineHeight; + margin-left: @gridGutterWidth; } // The actual thumbnail (can be `a` or `div`) |
