From: Mark Otto Date: Sun, 21 Jul 2013 03:58:23 +0000 (-0700) Subject: Update docs on responsive images and elaborate on IE8 support using Respond.js X-Git-Tag: v3.0.0-rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df851b40d1accb1c6db44ac77a28c2e76273581b;p=thirdparty%2Fbootstrap.git Update docs on responsive images and elaborate on IE8 support using Respond.js --- diff --git a/css.html b/css.html index 00bae9ffd6..2df9150127 100644 --- a/css.html +++ b/css.html @@ -30,9 +30,6 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e {% endhighlight %} -

Responsive images

-

We automatically attempt to scale images to appropriate sizes with a global max-width: 100%; on all <img> elements. If you run into problems (e.g., with Google Maps), be sure to disable this property on a per-case basis.

-

Bootstrap sets basic global display, typography, and link styles. Specifically, we: