aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-29 21:35:57 -0800
committerMark Otto <[email protected]>2012-11-29 21:35:57 -0800
commit52e669d6192aa5a97c159450e985429be6992d07 (patch)
tree608c0372b6f61db96bb74c6b1cd53697e9dda358 /docs/base-css.html
parent12aa060efdc0647368109dd77a55861ad5225912 (diff)
parent38c546c785d4e96da097253dd135fa7ff9cac69e (diff)
downloadbootstrap-52e669d6192aa5a97c159450e985429be6992d07.tar.xz
bootstrap-52e669d6192aa5a97c159450e985429be6992d07.zip
Merge branch '2.2.2-wip-holder' into 2.2.2-wip
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>