diff options
| author | Mark Otto <[email protected]> | 2011-12-21 18:21:55 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-21 18:21:55 -0600 |
| commit | 00cbadf9943fea6a196cc01c7705d7f2c012bfa1 (patch) | |
| tree | 1a97221a5e3988d840d59cbcb1fdeb987f0ed168 /bootstrap.css | |
| parent | af5793e1cd358862cf510a54dda2476b95a26ca8 (diff) | |
| download | bootstrap-00cbadf9943fea6a196cc01c7705d7f2c012bfa1.tar.xz bootstrap-00cbadf9943fea6a196cc01c7705d7f2c012bfa1.zip | |
update thumbnails to keep images from going past edges of thumbnails
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index c7f2dfc6a..3fa776fcb 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Dec 21 16:26:02 CST 2011 + * Date: Wed Dec 21 18:20:33 CST 2011 */ html, body { margin: 0; @@ -2615,6 +2615,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { } .thumbnail { display: block; + padding: 4px; line-height: 1; border: 1px solid #ddd; -webkit-border-radius: 4px; @@ -2632,7 +2633,7 @@ a.thumbnail:hover { } .thumbnail > img { display: block; - margin: 4px; + max-width: 100%; } .thumbnail .caption { padding: 9px; |
