diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5b80d802a..21cc26350 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4592,13 +4592,18 @@ button.close { display: block; } -.thumbnail > img, -.img-thumbnail { +.thumbnail > img { display: block; height: auto; max-width: 100%; } +.img-thumbnail { + display: inline-block; + height: auto; + max-width: 100%; +} + a.thumbnail:hover, a.thumbnail:focus { border-color: #428bca; |
