aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-15 21:39:40 -0700
committerMark Otto <[email protected]>2013-08-15 21:39:40 -0700
commite04590babb90c0ca009e7fbcf3bd8de26680eb3f (patch)
tree7392e58f93f06bd6780e72a89bc6855b3a488ed5
parent45e2d73e9360a82f203801962f22058a00134d56 (diff)
downloadbootstrap-e04590babb90c0ca009e7fbcf3bd8de26680eb3f.tar.xz
bootstrap-e04590babb90c0ca009e7fbcf3bd8de26680eb3f.zip
remove grid examples callout
-rw-r--r--css.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/css.html b/css.html
index 2b2ffc234..305d9f78c 100644
--- a/css.html
+++ b/css.html
@@ -316,12 +316,6 @@ base_url: "../"
</div>
{% endhighlight %}
- <div class="bs-callout bs-callout-info">
- <h4>Need more examples?</h4>
- <p>We dive into more grid layouts in a separate page, free of chrome and documentation to better show you the power of the grid.</p>
- <p><a class="btn btn-danger" target="_blank" href="http://examples.getbootstrap.com/grid/">More grid examples</a></p>
- </div>
-
<h3 id="grid-responsive-resets">Responsive column resets</h3>
<p>With the four tiers of grids available you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a <code>.clearfix</code> and our <a href="../css#responsive-utilities">responsive utility classes</a>.</p>
{% highlight html %}