diff options
| author | Mark Otto <[email protected]> | 2012-01-15 11:26:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-15 11:26:06 -0800 |
| commit | 8ceea1f559fb432fc12df32153911de89caea36f (patch) | |
| tree | d6017415263fe8b2d9d982069dcc7c0353801ff6 /docs/index.html | |
| parent | f989c6892f690cf46b0e67158ebb621c3fe690fe (diff) | |
| download | bootstrap-8ceea1f559fb432fc12df32153911de89caea36f.tar.xz bootstrap-8ceea1f559fb432fc12df32153911de89caea36f.zip | |
fix some ie7 bugs, improve dropdowns for ie due to lack of a shadow, fix pager example code
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index cb924bae6..736352b43 100644 --- a/docs/index.html +++ b/docs/index.html @@ -119,7 +119,6 @@ <p class="download-info"> <a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">Download on GitHub</a> <a href="./scaffolding.html" class="btn btn-large">Get started →</a> - Currently v2.0.0 </p> <div class="benefits"> @@ -145,10 +144,10 @@ <li><a href="https://github.com/twitter/bootstrap/wiki/Changelog">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="110px" height="20px"></iframe> + <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="114px" 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="94px" height="20px"></iframe> + <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> @@ -288,7 +287,7 @@ </td> <td class="quick-start"> <h3>Fork on GitHub</h3> - <p>Download, fork, pull, file issues, and more with the official Bootstrap repo on Github.</p> + <p>Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.</p> <p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">Bootstrap on GitHub »</a></p> <p class="current-version">Currently <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v2.0.0</a></p> </td> |
