aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-26 17:58:15 -0700
committerMark Otto <[email protected]>2013-08-26 17:58:15 -0700
commit4ad2ecf9757ba45fe41a05fb28a84e7dab5dc39f (patch)
treee136afaa5cfa9ca9cef10023c65a97f2264cbb8f /css.html
parent7796e645c98fe527261d85ad2fec01720e3fe455 (diff)
downloadbootstrap-4ad2ecf9757ba45fe41a05fb28a84e7dab5dc39f.tar.xz
bootstrap-4ad2ecf9757ba45fe41a05fb28a84e7dab5dc39f.zip
Improve upon #9937: Link and put reset column stuff to action in the grid example
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 77f1bb1ab..c421f2e5c 100644
--- a/css.html
+++ b/css.html
@@ -316,7 +316,7 @@ base_url: "../"
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
</div>
{% endhighlight %}
- <p>In addition to column clearing at responsive breakpoints, you may need to <strong>reset offsets, pushes, or pulls</strong>. Those resets are available for medium and large grid tiers only, since they start only at the (second) small grid tier.</p>
+ <p>In addition to column clearing at responsive breakpoints, you may need to <strong>reset offsets, pushes, or pulls</strong>. Those resets are available for medium and large grid tiers only, since they start only at the (second) small grid tier. See this in action in <a href="../examples/grid/">the grid example</a>.</p>
{% highlight html %}
<div class="row">
<div class="col-sm-5 col-md-6">.col-sm-5 .col-md-6</div>