diff options
| author | Mark Otto <[email protected]> | 2012-07-13 11:18:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-13 11:18:35 -0700 |
| commit | 6e622ee763867baae6f0c58f026621ee0c200288 (patch) | |
| tree | b36e895be5114722aac53ebd4bb1ef6111255c70 /docs | |
| parent | 93b1519017ecf002883b72cd69d4e08fc2500697 (diff) | |
| download | bootstrap-6e622ee763867baae6f0c58f026621ee0c200288.tar.xz bootstrap-6e622ee763867baae6f0c58f026621ee0c200288.zip | |
more content edits to Extend
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/extend.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/extend.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/extend.html b/docs/extend.html index 66576aae8..1e1c753ea 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -102,6 +102,7 @@ <h1>Built with LESS</h1> </div> + <img style="float: right; height: 36px; margin: 10px 20px 20px" src="assets/img/less-logo-large.png" alt="LESS CSS"> <p class="lead">Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.</p> <h3>Why LESS?</h3> @@ -116,7 +117,6 @@ <p>As an extension of CSS, LESS includes variables, mixins for reusable snippets of code, operations for simple math, nesting, and even color functions.</p> <h3>Learn more</h3> - <img style="float: right; height: 36px;" src="assets/img/less-logo-large.png" alt="LESS CSS"> <p>Visit the official website at <a href="http://lesscss.org">http://lesscss.org</a> to learn more.</p> </section> diff --git a/docs/templates/pages/extend.mustache b/docs/templates/pages/extend.mustache index d3fa364bd..56b114b44 100644 --- a/docs/templates/pages/extend.mustache +++ b/docs/templates/pages/extend.mustache @@ -31,6 +31,7 @@ <h1>{{_i}}Built with LESS{{/i}}</h1> </div> + <img style="float: right; height: 36px; margin: 10px 20px 20px" src="assets/img/less-logo-large.png" alt="LESS CSS"> <p class="lead">{{_i}}Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, <a href="http://cloudhead.io">Alexis Sellier</a>. It makes developing systems-based CSS faster, easier, and more fun.{{/i}}</p> <h3>{{_i}}Why LESS?{{/i}}</h3> @@ -45,7 +46,6 @@ <p>{{_i}}As an extension of CSS, LESS includes variables, mixins for reusable snippets of code, operations for simple math, nesting, and even color functions.{{/i}}</p> <h3>{{_i}}Learn more{{/i}}</h3> - <img style="float: right; height: 36px;" src="assets/img/less-logo-large.png" alt="LESS CSS"> <p>{{_i}}Visit the official website at <a href="http://lesscss.org">http://lesscss.org</a> to learn more.{{/i}}</p> </section> |
