diff options
| author | Erik van der Kolk <[email protected]> | 2012-08-18 16:53:43 +0200 |
|---|---|---|
| committer | Erik van der Kolk <[email protected]> | 2012-08-18 16:53:43 +0200 |
| commit | f1854a3cec75c56093ae920ab532bca51d6fdbb6 (patch) | |
| tree | 13760786561dbaa96d4c02a89bbcbcfb67aa67d1 | |
| parent | 2ab0c8de1ab01986d4dacdd3455eaea6fe8a65a4 (diff) | |
| download | bootstrap-f1854a3cec75c56093ae920ab532bca51d6fdbb6.tar.xz bootstrap-f1854a3cec75c56093ae920ab532bca51d6fdbb6.zip | |
Move code within <pre> tags as close to the left for Images section
| -rw-r--r-- | docs/base-css.html | 6 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 6 |
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, <code>section</code> should be wrapped as inline. <img src="http://placehold.it/140x140" class="img-polaroid"> </div> <pre class="prettyprint linenums"> - <img src="..." class="img-rounded"> - <img src="..." class="img-circle"> - <img src="..." class="img-polaroid"> +<img src="..." class="img-rounded"> +<img src="..." class="img-circle"> +<img src="..." class="img-polaroid"> </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"> - <img src="..." class="img-rounded"> - <img src="..." class="img-circle"> - <img src="..." class="img-polaroid"> +<img src="..." class="img-rounded"> +<img src="..." class="img-circle"> +<img src="..." class="img-polaroid"> </pre> |
