aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-20 20:58:23 -0700
committerMark Otto <[email protected]>2013-07-20 20:58:23 -0700
commitdf851b40d1accb1c6db44ac77a28c2e76273581b (patch)
tree5f77fba51eda73ca5c54f26207d694ca2a8cdc81 /css.html
parentd651c01e10cd0f69529e5bcb20f5d1a4b6508c48 (diff)
downloadbootstrap-df851b40d1accb1c6db44ac77a28c2e76273581b.tar.xz
bootstrap-df851b40d1accb1c6db44ac77a28c2e76273581b.zip
Update docs on responsive images and elaborate on IE8 support using Respond.js
Diffstat (limited to 'css.html')
-rw-r--r--css.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/css.html b/css.html
index 00bae9ffd..2df915012 100644
--- a/css.html
+++ b/css.html
@@ -30,9 +30,6 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% endhighlight %}
- <h3 id="overview-responsive-images">Responsive images</h3>
- <p>We automatically attempt to scale images to appropriate sizes with a global <code>max-width: 100%;</code> on all <code>&lt;img&gt;</code> elements. If you run into problems (e.g., with Google Maps), be sure to disable this property on a per-case basis.</p>
-
<h3 id="overview-type-links">Typography and links</h3>
<p>Bootstrap sets basic global display, typography, and link styles. Specifically, we:</p>
<ul>