diff options
| author | Mark Otto <[email protected]> | 2011-12-09 12:10:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-09 12:10:01 -0800 |
| commit | 7b810bf9a617e1f02e073aafcc70857dc915ee59 (patch) | |
| tree | 9898391c02242217baf424a9b14e1272f652d654 /lib | |
| parent | 1d1805ee5cb188f0c70b6a27e227ea6caca62c8e (diff) | |
| download | bootstrap-7b810bf9a617e1f02e073aafcc70857dc915ee59.tar.xz bootstrap-7b810bf9a617e1f02e073aafcc70857dc915ee59.zip | |
update js in footer, add max-width to img
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/reset.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/reset.less b/lib/reset.less index c95c7b04c..200215456 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -93,6 +93,8 @@ sub { // ------------------------- // Source: http://github.com/necolas/normalize.css img { + max-width: 100%; + height: auto; border: 0; -ms-interpolation-mode: bicubic; } |
