aboutsummaryrefslogtreecommitdiff
path: root/docs
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
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')
-rw-r--r--docs/base-css.html6
-rw-r--r--docs/templates/pages/base-css.mustache6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 069b79047..cd46ec047 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1574,9 +1574,9 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<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>
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>