From 10a9601560d6fd1c396b2abd8a4fe4a4a9b04a32 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 10 Sep 2013 18:00:58 +0200 Subject: [PATCH] Fix #10556 Make media queries example in docs clearer --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index cf2f1ca73c..b924ae6dd8 100644 --- a/css.html +++ b/css.html @@ -74,7 +74,7 @@ base_url: "../"

Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes predefined classes for easy layout options, as well as powerful mixins for generating more semantic layouts.

Media queries

-

We use the following media queries to create the key breakpoints in our grid system.

+

We use the following media queries in our LESS files to create the key breakpoints in our grid system.

{% highlight css %} /* Extra small devices (phones, less than 768px) */ /* No media query since this is the default in Bootstrap */ -- 2.47.2