]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix #10556
authorJulian Thilo <bigj95t@gmail.com>
Tue, 10 Sep 2013 16:00:58 +0000 (18:00 +0200)
committerJulian Thilo <bigj95t@gmail.com>
Tue, 10 Sep 2013 16:00:58 +0000 (18:00 +0200)
Make media queries example in docs clearer

css.html

index cf2f1ca73c1d1d236909339868fd237e19c8a218..b924ae6dd89a09e61e19908d1fde85f2d3c9deb3 100644 (file)
--- a/css.html
+++ b/css.html
@@ -74,7 +74,7 @@ base_url: "../"
     <p class="lead">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 <a href="#grid-example-basic">predefined classes</a> for easy layout options, as well as powerful <a href="#grid-less">mixins for generating more semantic layouts</a>.</p>
 
     <h3 id="grid-media-queries">Media queries</h3>
-    <p>We use the following media queries to create the key breakpoints in our grid system.</p>
+    <p>We use the following media queries in our LESS files to create the key breakpoints in our grid system.</p>
 {% highlight css %}
 /* Extra small devices (phones, less than 768px) */
 /* No media query since this is the default in Bootstrap */