diff options
| author | Mark Otto <[email protected]> | 2013-08-15 00:46:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 00:46:18 -0700 |
| commit | fee3f1e733e80bd128736e1b9b403f49b701a6a9 (patch) | |
| tree | 5c64e9ec0ed3a51a6835c2864a6d793afe8c33b5 /dist/css/bootstrap.css | |
| parent | 1b6a5bbca2595c60189ae07fc771fe3a7fc4a55f (diff) | |
| download | bootstrap-fee3f1e733e80bd128736e1b9b403f49b701a6a9.tar.xz bootstrap-fee3f1e733e80bd128736e1b9b403f49b701a6a9.zip | |
fixes #9582: restore img-responsive as a class and move it's mixin to mixins.less
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; } |
