diff options
| author | Mark Otto <[email protected]> | 2013-07-20 20:58:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-20 20:58:23 -0700 |
| commit | df851b40d1accb1c6db44ac77a28c2e76273581b (patch) | |
| tree | 5f77fba51eda73ca5c54f26207d694ca2a8cdc81 /css.html | |
| parent | d651c01e10cd0f69529e5bcb20f5d1a4b6508c48 (diff) | |
| download | bootstrap-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.html | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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><img></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> |
