Commit f1854a3c authored by Erik van der Kolk's avatar Erik van der Kolk
Browse files

Move code within <pre> tags as close to the left for Images section

parent 2ab0c8de
Showing with 6 additions and 6 deletions
+6 -6
...@@ -1574,9 +1574,9 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline. ...@@ -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"> <img src="http://placehold.it/140x140" class="img-polaroid">
</div> </div>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;img src="..." class="img-rounded"&gt; &lt;img src="..." class="img-rounded"&gt;
&lt;img src="..." class="img-circle"&gt; &lt;img src="..." class="img-circle"&gt;
&lt;img src="..." class="img-polaroid"&gt; &lt;img src="..." class="img-polaroid"&gt;
</pre> </pre>
......
...@@ -1511,9 +1511,9 @@ ...@@ -1511,9 +1511,9 @@
<img src="http://placehold.it/140x140" class="img-polaroid"> <img src="http://placehold.it/140x140" class="img-polaroid">
</div> </div>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;img src="..." class="img-rounded"&gt; &lt;img src="..." class="img-rounded"&gt;
&lt;img src="..." class="img-circle"&gt; &lt;img src="..." class="img-circle"&gt;
&lt;img src="..." class="img-polaroid"&gt; &lt;img src="..." class="img-polaroid"&gt;
</pre> </pre>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment