diff options
| author | Erik van der Kolk <[email protected]> | 2012-08-18 19:51:57 +0200 |
|---|---|---|
| committer | Erik van der Kolk <[email protected]> | 2012-08-18 19:51:57 +0200 |
| commit | b7233a49dd42a17032389351f340c8175d77f36a (patch) | |
| tree | eef7bcf4b4d0bcb60c896a7c6140df2debb71de4 /docs | |
| parent | 3f12c746e59de41fc13964a70eaa31891f71c760 (diff) | |
| download | bootstrap-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.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
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, <code>section</code> should be wrapped as inline. </pre> <pre class="prettyprint linenums" style="margin-bottom: 9px;"> <pre> - &lt;p&gt;Sample text here...&lt;/p&gt; +&lt;p&gt;Sample text here...&lt;/p&gt; </pre> </pre> <p><span class="label label-info">Heads up!</span> Be sure to keep code within <code><pre></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;"> <pre> - &lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt; +&lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt; </pre> </pre> <p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.{{/i}}</p> |
