aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik van der Kolk <[email protected]>2012-08-18 19:51:57 +0200
committerErik van der Kolk <[email protected]>2012-08-18 19:51:57 +0200
commitb7233a49dd42a17032389351f340c8175d77f36a (patch)
treeeef7bcf4b4d0bcb60c896a7c6140df2debb71de4 /docs
parent3f12c746e59de41fc13964a70eaa31891f71c760 (diff)
downloadbootstrap-b7233a49dd42a17032389351f340c8175d77f36a.tar.xz
bootstrap-b7233a49dd42a17032389351f340c8175d77f36a.zip
Move code within code snippet as close to the left for Basic block
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/templates/pages/base-css.mustache2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 30c7f8d3f..718beee6d 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -417,7 +417,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
</pre>
<pre class="prettyprint linenums" style="margin-bottom: 9px;">
&lt;pre&gt;
- &amp;lt;p&amp;gt;Sample text here...&amp;lt;/p&amp;gt;
+&amp;lt;p&amp;gt;Sample text here...&amp;lt;/p&amp;gt;
&lt;/pre&gt;
</pre>
<p><span class="label label-info">Heads up!</span> Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.</p>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index a25862c18..8496a0507 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -354,7 +354,7 @@
</pre>
<pre class="prettyprint linenums" style="margin-bottom: 9px;">
&lt;pre&gt;
- &amp;lt;p&amp;gt;{{_i}}Sample text here...{{/i}}&amp;lt;/p&amp;gt;
+&amp;lt;p&amp;gt;{{_i}}Sample text here...{{/i}}&amp;lt;/p&amp;gt;
&lt;/pre&gt;
</pre>
<p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.{{/i}}</p>