]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove grid examples callout
authorMark Otto <otto@github.com>
Fri, 16 Aug 2013 04:39:40 +0000 (21:39 -0700)
committerMark Otto <otto@github.com>
Fri, 16 Aug 2013 04:39:40 +0000 (21:39 -0700)
css.html

index 2b2ffc234957e5cae0f6f7b6491d66330bbb457a..305d9f78cae8fcfb3f6c582a7b1cce94810afdf2 100644 (file)
--- 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 %}