mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
officially drop support for offset on thumbnails since it breaks BC
This commit is contained in:
parent
5be84ad0b7
commit
7b282798a3
@ -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;
|
||||
|
@ -632,6 +632,23 @@
|
||||
<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">
|
||||
@ -650,6 +667,7 @@
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
-->
|
||||
|
||||
<ul class="thumbnails">
|
||||
<li class="span3">
|
||||
|
Loading…
x
Reference in New Issue
Block a user