From f2d37ccc230a71f993d88239395d7990c449b219 Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Sun, 19 Jan 2014 07:41:14 -0800 Subject: Additional changes to #12275 and #12292 --- docs/css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index ed0f04a4f..be4f1ee1b 100644 --- a/docs/css.html +++ b/docs/css.html @@ -26,11 +26,11 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e

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 %} - + {% endhighlight %}

You can disable zooming capabilities on mobile devices by adding user-scalable=no to the viewport meta tag. This disables zooming, meaning users are only able to scroll, and results in your site feeling a bit more like a native application. Overall, we don't recommend this on every site, so use caution!

{% highlight html %} - + {% endhighlight %}

Responsive images

-- cgit v1.2.3