update js in footer, add max-width to img

This commit is contained in:
Mark Otto 2011-12-09 12:10:01 -08:00
parent 1d1805ee5c
commit 7b810bf9a6
9 changed files with 19 additions and 14 deletions

4
bootstrap.css vendored
View file

@ -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;
}