diff --git a/docs/base-css.html b/docs/base-css.html index 069b790476d64f66e0f3a440d9e0e9a639c3e5db..cd46ec04719693a8af2aeeaa11c04946e0acd66d 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1574,9 +1574,9 @@ For example, <code>section</code> should be wrapped as inline. <img src="http://placehold.it/140x140" class="img-polaroid"> </div> <pre class="prettyprint linenums"> - <img src="..." class="img-rounded"> - <img src="..." class="img-circle"> - <img src="..." class="img-polaroid"> +<img src="..." class="img-rounded"> +<img src="..." class="img-circle"> +<img src="..." class="img-polaroid"> </pre> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 8c2155b21071ec7cec1831161eebb6faa91b7f6a..bc1e29f17f77d97a8e1c05b4a55b0b222a3b8117 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1511,9 +1511,9 @@ <img src="http://placehold.it/140x140" class="img-polaroid"> </div> <pre class="prettyprint linenums"> - <img src="..." class="img-rounded"> - <img src="..." class="img-circle"> - <img src="..." class="img-polaroid"> +<img src="..." class="img-rounded"> +<img src="..." class="img-circle"> +<img src="..." class="img-polaroid"> </pre>