mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Remove holder.js references from syntax-highlighted example HTML
Our use of Holder.js in the docs is a mere implementation detail. Don't want to confuse people into thinking Holder.js is somehow required by the Thumbnail component. [skip sauce]
This commit is contained in:
parent
bb9118f03a
commit
3406a5c97a
@ -33,7 +33,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-6 col-md-3">
|
<div class="col-xs-6 col-md-3">
|
||||||
<a href="#" class="thumbnail">
|
<a href="#" class="thumbnail">
|
||||||
<img data-src="holder.js/100%x180" alt="...">
|
<img src="..." alt="...">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
...
|
...
|
||||||
@ -80,7 +80,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6 col-md-4">
|
<div class="col-sm-6 col-md-4">
|
||||||
<div class="thumbnail">
|
<div class="thumbnail">
|
||||||
<img data-src="holder.js/300x300" alt="...">
|
<img src="..." alt="...">
|
||||||
<div class="caption">
|
<div class="caption">
|
||||||
<h3>Thumbnail label</h3>
|
<h3>Thumbnail label</h3>
|
||||||
<p>...</p>
|
<p>...</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user