diff options
| author | Mark Otto <[email protected]> | 2012-03-11 23:33:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-11 23:33:08 -0700 |
| commit | d36f3d0a59a16350647b5eb39a18adb69e725ba2 (patch) | |
| tree | 3682d3f93bc82957d4dd1cb00a5cccabcebe038c /docs/index.html | |
| parent | 7c2ed0c0958dcdb518970617a013538310494d20 (diff) | |
| download | bootstrap-d36f3d0a59a16350647b5eb39a18adb69e725ba2.tar.xz bootstrap-d36f3d0a59a16350647b5eb39a18adb69e725ba2.zip | |
clean up links on docs homepage and add link to direct download with docs
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/docs/index.html b/docs/index.html index 1b0b0e9d5..1478c0b25 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,25 +86,29 @@ </p> </div> - <ul class="quick-links"> - <li><a href="./upgrading.html">Upgrading from 1.4</a></li> - <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li> - <li><a href="https://github.com/twitter/bootstrap/wiki">Roadmap & changelog</a></li> - <li class="divider">·</li> - <li> - <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe> - </li> - <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> - <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> - </li> - </ul> + <div class="bs-links"> + <ul class="quick-links"> + <li><a href="./upgrading.html">Upgrading from 1.4</a></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><a href="https://github.com/twitter/bootstrap/wiki">Roadmap and changelog</a></li> + </ul> + <ul class="quick-links"> + <li> + <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe> + </li> + <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> + <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> + </li> + </ul> + </div> </header> <hr class="soften"> |
