diff options
| author | Mark Otto <[email protected]> | 2012-03-11 23:33:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-11 23:33:52 -0700 |
| commit | f4b51b373b9ee28f5b87caaa7a9bc4ae610701e2 (patch) | |
| tree | 5109cb129573c814bc211118df51969e35eb2f32 /docs | |
| parent | d36f3d0a59a16350647b5eb39a18adb69e725ba2 (diff) | |
| download | bootstrap-f4b51b373b9ee28f5b87caaa7a9bc4ae610701e2.tar.xz bootstrap-f4b51b373b9ee28f5b87caaa7a9bc4ae610701e2.zip | |
more homepage links cleanup
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 55388 -> 55388 bytes | |||
| -rw-r--r-- | docs/index.html | 6 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex e2f7ea4ab..30379791a 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/index.html b/docs/index.html index 1478c0b25..a0027b733 100644 --- a/docs/index.html +++ b/docs/index.html @@ -89,8 +89,11 @@ <div class="bs-links"> <ul class="quick-links"> <li><a href="./upgrading.html">Upgrading from 1.4</a></li> + <li class="divider">·</li> <li><a href="https://github.com/twitter/bootstrap/zipball/master">Download with docs</a></li> - <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li> + <li class="divider">·</li> + <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Submit issues</a></li> + <li class="divider">·</li> <li><a href="https://github.com/twitter/bootstrap/wiki">Roadmap and changelog</a></li> </ul> <ul class="quick-links"> @@ -100,7 +103,6 @@ <li> <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 class="divider">·</li> <li class="follow-btn"> <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a> </li> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 97ea4f1bd..7f7177815 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -16,7 +16,8 @@ <li class="divider">·</li> <li><a href="https://github.com/twitter/bootstrap/zipball/master">{{_i}}Download with docs{{/i}}</a></li> <li class="divider">·</li> - <li><a href="https://github.com/twitter/bootstrap/issues?state=open">{{_i}}Issues{{/i}}</a></li> + <li><a href="https://github.com/twitter/bootstrap/issues?state=open">{{_i}}Submit issues{{/i}}</a></li> + <li class="divider">·</li> <li><a href="https://github.com/twitter/bootstrap/wiki">{{_i}}Roadmap and changelog{{/i}}</a></li> </ul> <ul class="quick-links"> |
