From a4901e2da8011aa60fbf3d02187f7392297043fb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Mar 2013 01:55:39 -0700 Subject: [PATCH] mention responsive image and google maps --- docs/docs.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs.html b/docs/docs.html index 5219b724fb..74f7c6e702 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -208,7 +208,6 @@ title: Bootstrap Documentation

HTML5 doctype required

Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.

- {% highlight html linenos %} @@ -219,11 +218,13 @@ title: Bootstrap Documentation

Mobile first

With Bootstrap 2, we added optional mobile friendly styles for key aspects of the framework. With Bootstrap 3, we've rewritten the project to be mobile friendly from the start. Instead of adding on optional mobile styles, they're baked right into the core. In fact, Bootstrap is mobile first. Mobile first styles can be found throughout the entire library instead of in separate files.

To ensure proper rendering and touch zooming, add the viewport meta tag to your <head>.

- {% highlight html linenos %} {% 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.

+

Typography and links

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