aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2013-09-10 18:00:58 +0200
committerJulian Thilo <[email protected]>2013-09-10 18:00:58 +0200
commit10a9601560d6fd1c396b2abd8a4fe4a4a9b04a32 (patch)
treef8eec1d8e7d10ed7e00db17ab053fea5dd8fdbb3
parentcd98b10ea5c0074a8f1a2ae3e54107d19141a9d4 (diff)
downloadbootstrap-10a9601560d6fd1c396b2abd8a4fe4a4a9b04a32.tar.xz
bootstrap-10a9601560d6fd1c396b2abd8a4fe4a4a9b04a32.zip
Fix #10556
Make media queries example in docs clearer
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index cf2f1ca73..b924ae6dd 100644
--- 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 */