diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 721f50a02..89f3481d4 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -344,6 +344,12 @@ img { vertical-align: middle; } +.img-responsive { + display: block; + height: auto; + max-width: 100%; +} + .img-rounded { border-radius: 6px; } |
