diff options
| author | Mark Otto <[email protected]> | 2012-01-28 22:48:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 22:48:25 -0800 |
| commit | 62f4a1571a3801c867b80c228464cc9c695f1d13 (patch) | |
| tree | 71ad557b626fffba6cc22dcba02964eacc3c8823 /docs/assets/css/bootstrap.css | |
| parent | 487dbfdda4692e3212f13d5e6282d7818b4c9934 (diff) | |
| download | bootstrap-62f4a1571a3801c867b80c228464cc9c695f1d13.tar.xz bootstrap-62f4a1571a3801c867b80c228464cc9c695f1d13.zip | |
revamped the thumbnails examples to make them work and look better at higher resolution
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a17a4475d..37b774fb9 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2988,6 +2988,8 @@ a.thumbnail:hover { .thumbnail > img { display: block; max-width: 100%; + margin-left: auto; + margin-right: auto; } .thumbnail .caption { padding: 9px; |
