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
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 DocumentationWith 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>
.
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: