aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorErik van der Kolk <[email protected]>2012-08-18 16:53:43 +0200
committerErik van der Kolk <[email protected]>2012-08-18 16:53:43 +0200
commitf1854a3cec75c56093ae920ab532bca51d6fdbb6 (patch)
tree13760786561dbaa96d4c02a89bbcbcfb67aa67d1 /docs/templates
parent2ab0c8de1ab01986d4dacdd3455eaea6fe8a65a4 (diff)
downloadbootstrap-f1854a3cec75c56093ae920ab532bca51d6fdbb6.tar.xz
bootstrap-f1854a3cec75c56093ae920ab532bca51d6fdbb6.zip
Move code within <pre> tags as close to the left for Images section
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 8c2155b21..bc1e29f17 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">
- &lt;img src="..." class="img-rounded"&gt;
- &lt;img src="..." class="img-circle"&gt;
- &lt;img src="..." class="img-polaroid"&gt;
+&lt;img src="..." class="img-rounded"&gt;
+&lt;img src="..." class="img-circle"&gt;
+&lt;img src="..." class="img-polaroid"&gt;
</pre>