diff options
| author | Jacob Thornton <[email protected]> | 2012-01-24 14:31:10 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-24 14:31:10 -0800 |
| commit | fbc1ab14cc7e591f4b2e53ef3fb25ef7dc243fce (patch) | |
| tree | 01e1f91f11aff4836d6623257387b68b76dd84bf /docs | |
| parent | a800d6ceac11eb834295567c20e890abf88c64af (diff) | |
| parent | fea1dc906e153440896a8c62d89fd2dfa7c39b9a (diff) | |
| download | bootstrap-fbc1ab14cc7e591f4b2e53ef3fb25ef7dc243fce.tar.xz bootstrap-fbc1ab14cc7e591f4b2e53ef3fb25ef7dc243fce.zip | |
Merge branch '2.0-wip' of https://github.com/MGaetan89/bootstrap into 2.0-wip
Conflicts:
docs/templates/pages/index.mustache
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 3 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 23 |
2 files changed, 12 insertions, 14 deletions
diff --git a/docs/index.html b/docs/index.html index d0c0bcae6..aea901cb5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -135,8 +135,7 @@ </a> </li> </ul> - - <h1Designed for everyone, everywhere.</h1> + <h1>Designed for everyone, everywhere.</h1> <p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p> <div class="row"> <div class="span4"> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 1e77d4a25..8cf926123 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -14,13 +14,13 @@ <div class="benefits"> <h4>{{_i}}Feature highlights{{/i}}</h4> <ul> - <li>{{_i}}<span>×</span> Built on LESS{{/i}}</li> - <li>{{_i}}<span>×</span> Complete styleguide docs{{/i}}</li> - <li>{{_i}}<span>×</span> Fully responsive design{{/i}}</li> - <li>{{_i}}<span>×</span> Small footprint (7kb gzipped){{/i}}</li> - <li>{{_i}}<span>×</span> Support for IE7 and up{{/i}}</li> - <li>{{_i}}<span>×</span> Custom jQuery plugins{{/i}}</li> - <li>{{_i}}<span>×</span> Dozens of components{{/i}}</li> + <li><span>×</span> {{_i}}Built on LESS{{/i}}</li> + <li><span>×</span> {{_i}}Complete styleguide docs{{/i}}</li> + <li><span>×</span> {{_i}}Fully responsive design{{/i}}</li> + <li><span>×</span> {{_i}}Small footprint (7kb gzipped){{/i}}</li> + <li><span>×</span> {{_i}}Support for IE7 and up{{/i}}</li> + <li><span>×</span> {{_i}}Custom jQuery plugins{{/i}}</li> + <li><span>×</span> {{_i}}Dozens of components{{/i}}</li> </ul> </div> </div> @@ -40,14 +40,14 @@ <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe> </li> <!-- - <li><strong>Authors</strong></li> + <li><strong>{{_i}}Authors{{/i}}</strong></li> <li><a href="http://twitter.com/mdo">@mdo</a></li> <li><a href="http://twitter.com/fat">@fat</a></li> --> <li class="divider">·</li> <li class="follow-btn"> - <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="145px" data-link-color="#0069D6" data-show-count="false">Follow @twbootstrap</a> + <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="145px" data-link-color="#0069D6" data-show-count="false">{{_i}}Follow @twbootstrap{{/i}}</a> </li> <li class="tweet-btn"> <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a> @@ -75,8 +75,7 @@ </a> </li> </ul> - - <h1{{_i}}Designed for everyone, everywhere.{{/i}}</h1> + <h1>{{_i}}Designed for everyone, everywhere.{{/i}}</h1> <p class="marketing-byline">{{_i}}Need reasons to love Bootstrap? Look no further.{{/i}}</p> <div class="row"> <div class="span4"> @@ -179,7 +178,7 @@ <h3>{{_i}}Fork on GitHub{{/i}}</h3> <p>{{_i}}Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.{{/i}}</p> <p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">{{_i}}Bootstrap on GitHub »{{/i}}</a></p> - <p class="current-version">Currently <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v2.0.0</a></p> + <p class="current-version">{{_i}}Currently{{/i}} <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v2.0.0</a></p> </td> </tr> </tbody> |
