aboutsummaryrefslogtreecommitdiff
path: root/less/tests/css-tests.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-01 00:59:34 -0700
committerMark Otto <[email protected]>2012-04-01 00:59:34 -0700
commitfe05f9aeb259733de4598014db9df9193cc01ea2 (patch)
tree06b747ab338a64e48a3a203c034ff1e81d16a783 /less/tests/css-tests.html
parent33fa705c7fa9cc9e8c255cc2e161336ba21b3cff (diff)
downloadbootstrap-fe05f9aeb259733de4598014db9df9193cc01ea2.tar.xz
bootstrap-fe05f9aeb259733de4598014db9df9193cc01ea2.zip
fix #2572: streamline thumbnails css to allow for offsets
Diffstat (limited to 'less/tests/css-tests.html')
-rw-r--r--less/tests/css-tests.html50
1 files changed, 48 insertions, 2 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index f6f4b2351..7cf76524b 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -329,9 +329,9 @@
</div><!--/span-->
</div><!--/row-->
</div>
-
<br>
+
<!-- Dropdowns
================================================== -->
@@ -339,7 +339,6 @@
<h1>Dropdowns</h1>
</div>
-
<h4>Dropdown link with hash URL</h4>
<ul class="nav nav-pills">
<li class="active"><a href="#">Link</a></li>
@@ -375,6 +374,53 @@
</ul>
</li>
</ul>
+<br>
+
+
+<!-- Thumbnails
+================================================== -->
+
+<div class="page-header">
+ <h1>Thumbnails</h1>
+</div>
+
+<h4>Offset thumbnails</h4>
+<ul class="thumbnails">
+ <li class="span3 offset3">
+ <a href="#" class="thumbnail">
+ <img src="http://placehold.it/260x180" alt="">
+ </a>
+ </li>
+ <li class="span3">
+ <a href="#" class="thumbnail">
+ <img src="http://placehold.it/260x180" alt="">
+ </a>
+ </li>
+ <li class="span3">
+ <a href="#" class="thumbnail">
+ <img src="http://placehold.it/260x180" alt="">
+ </a>
+ </li>
+</ul>
+
+<ul class="thumbnails">
+ <li class="span3">
+ <a href="#" class="thumbnail">
+ <img src="http://placehold.it/260x180" alt="">
+ </a>
+ </li>
+ <li class="span3 offset3">
+ <a href="#" class="thumbnail">
+ <img src="http://placehold.it/260x180" alt="">
+ </a>
+ </li>
+ <li class="span3">
+ <a href="#" class="thumbnail">
+ <img src="http://placehold.it/260x180" alt="">
+ </a>
+ </li>
+</ul>
+