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 /bootstrap.css | |
| parent | 1d1805ee5cb188f0c70b6a27e227ea6caca62c8e (diff) | |
| download | bootstrap-7b810bf9a617e1f02e073aafcc70857dc915ee59.tar.xz bootstrap-7b810bf9a617e1f02e073aafcc70857dc915ee59.zip | |
update js in footer, add max-width to img
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index adae67ec9..2180ae446 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Dec 9 11:32:45 PST 2011 + * Date: Fri Dec 9 12:09:50 PST 2011 */ html, body { margin: 0; @@ -127,6 +127,8 @@ sub { bottom: -0.25em; } img { + max-width: 100%; + height: auto; border: 0; -ms-interpolation-mode: bicubic; } |
