diff options
| author | Mark Otto <[email protected]> | 2012-01-23 11:35:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-23 11:35:39 -0800 |
| commit | 00d925819405ef46fb09d4bef83761ea121a9364 (patch) | |
| tree | b51cdee4e31a96e1dbd79ee366689d509fe112ec /lib/thumbnails.less | |
| parent | 22fa3712598f6c7d7bcff44ed5ce01f96cbc6ca6 (diff) | |
| download | bootstrap-00d925819405ef46fb09d4bef83761ea121a9364.tar.xz bootstrap-00d925819405ef46fb09d4bef83761ea121a9364.zip | |
revert to negative margin on grid row
Diffstat (limited to 'lib/thumbnails.less')
| -rw-r--r-- | lib/thumbnails.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thumbnails.less b/lib/thumbnails.less index 4f9c5f76d..0ba749059 100644 --- a/lib/thumbnails.less +++ b/lib/thumbnails.less @@ -8,7 +8,7 @@ } .thumbnails > li { float: left; - margin: 0 0 20px 20px; + margin: 0 0 @baseLineHeight 20px; } .thumbnail { display: block; |
