From df851b40d1accb1c6db44ac77a28c2e76273581b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Jul 2013 20:58:23 -0700 Subject: [PATCH] Update docs on responsive images and elaborate on IE8 support using Respond.js --- css.html | 3 --- getting-started.html | 12 +++++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) 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: