]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
officially drop support for offset on thumbnails since it breaks BC
authorMark Otto <markotto@twitter.com>
Tue, 24 Apr 2012 13:52:57 +0000 (06:52 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 24 Apr 2012 13:52:57 +0000 (06:52 -0700)
less/tests/css-tests.css
less/tests/css-tests.html

index a4f07e93689a238dddac59a6e05fcc1dec79c891..ac764270aa222dd440a6639ca28ec13a46a88a6d 100644 (file)
@@ -36,13 +36,15 @@ h4 {
 
 
 /* Fluid grid */
+.fluid-grid {
+  margin-bottom: 45px;
+}
 .fluid-grid .row {
-  height: 60px;
+  height: 40px;
   padding-top: 10px;
   margin-top: 10px;
-  color: #fff;
+  color: #ddd;
   text-align: center;
-  background-color: #eee;
 }
 .fluid-grid .span1 {
   background-color: #999;
index 2c44f7d18c7e06cc4566525794c4f148ce573e55..2551d931efb84cdba186d22bf3d1186272dec489 100644 (file)
   <h1>Thumbnails</h1>
 </div>
 
+<h4>Default thumbnails (no grid sizing)</h4>
+<ul class="thumbnails">
+  <li class="thumbnail">
+    <img src="http://placehold.it/260x180" alt="">
+  </li>
+  <li class="thumbnail">
+    <img src="http://placehold.it/260x180" alt="">
+  </li>
+  <li class="thumbnail">
+    <img src="http://placehold.it/260x180" alt="">
+  </li>
+  <li class="thumbnail">
+    <img src="http://placehold.it/260x180" alt="">
+  </li>
+</ul>
+
+<!-- NOT CURRENTLY SUPPORTED
 <h4>Offset thumbnails</h4>
 <ul class="thumbnails">
   <li class="span3 offset3">
     </a>
   </li>
 </ul>
+-->
 
 <ul class="thumbnails">
   <li class="span3">