diff options
| author | Jacob Thornton <[email protected]> | 2012-07-22 18:29:01 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-07-22 18:29:01 -0700 |
| commit | e25bcb93fca98797629e689f11dba5f20432714a (patch) | |
| tree | e289c32cea2248757e19a5a11204b9b2d99f14a7 | |
| parent | dcf75697ecd243517b23d8ef440f772d91f699c0 (diff) | |
| parent | cf70fb629fdef6659c76255204f4498141278517 (diff) | |
| download | bootstrap-e25bcb93fca98797629e689f11dba5f20432714a.tar.xz bootstrap-e25bcb93fca98797629e689f11dba5f20432714a.zip | |
Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wip
| -rw-r--r-- | less/reset.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/reset.less b/less/reset.less index 1c408e369..fc27e9c87 100644 --- a/less/reset.less +++ b/less/reset.less @@ -78,6 +78,7 @@ sub { img { max-width: 100%; // Make images inherently responsive + height: auto; // Make images inherently responsive vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; |
