aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-29 20:59:14 -0800
committerMark Otto <[email protected]>2012-11-29 20:59:14 -0800
commitacc037de15665614e61563903dbcdc3e4115eea6 (patch)
tree84ae4f6af743181e9675a4e2cb2359a1920a3608 /docs/base-css.html
parentfa6a6dbb92c2ea317269bf50157e278619748206 (diff)
downloadbootstrap-acc037de15665614e61563903dbcdc3e4115eea6.tar.xz
bootstrap-acc037de15665614e61563903dbcdc3e4115eea6.zip
add holder and replace placehold.it
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 69229231f..651912f3a 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1825,9 +1825,9 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
<p>Add classes to an <code>&lt;img&gt;</code> element to easily style images in any project.</p>
<div class="bs-docs-example bs-docs-example-images">
- <img src="http://placehold.it/140x140" class="img-rounded">
- <img src="http://placehold.it/140x140" class="img-circle">
- <img src="http://placehold.it/140x140" class="img-polaroid">
+ <img data-src="holder.js/140x140" class="img-rounded">
+ <img data-src="holder.js/140x140" class="img-circle">
+ <img data-src="holder.js/140x140" class="img-polaroid">
</div>
<pre class="prettyprint linenums">
&lt;img src="..." class="img-rounded"&gt;
@@ -2173,7 +2173,6 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="assets/js/jquery.js"></script>
- <script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="assets/js/bootstrap-transition.js"></script>
<script src="assets/js/bootstrap-alert.js"></script>
<script src="assets/js/bootstrap-modal.js"></script>
@@ -2187,6 +2186,10 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
<script src="assets/js/bootstrap-carousel.js"></script>
<script src="assets/js/bootstrap-typeahead.js"></script>
<script src="assets/js/bootstrap-affix.js"></script>
+
+ <script src="assets/js/holder/holder.js"></script>
+ <script src="assets/js/google-code-prettify/prettify.js"></script>
+
<script src="assets/js/application.js"></script>