Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-12 10:33:52 +0400
committerMark Otto <markotto@twitter.com>2012-03-12 10:33:52 +0400
commitf4b51b373b9ee28f5b87caaa7a9bc4ae610701e2 (patch)
tree5109cb129573c814bc211118df51969e35eb2f32 /docs
parentd36f3d0a59a16350647b5eb39a18adb69e725ba2 (diff)
more homepage links cleanup
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin55388 -> 55388 bytes
-rw-r--r--docs/index.html6
-rw-r--r--docs/templates/pages/index.mustache3
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index e2f7ea4abf..30379791a0 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/index.html b/docs/index.html
index 1478c0b257..a0027b7334 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">&middot;</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">&middot;</li>
+ <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Submit issues</a></li>
+ <li class="divider">&middot;</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">&middot;</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 97ea4f1bd6..7f7177815b 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -16,7 +16,8 @@
<li class="divider">&middot;</li>
<li><a href="https://github.com/twitter/bootstrap/zipball/master">{{_i}}Download with docs{{/i}}</a></li>
<li class="divider">&middot;</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">&middot;</li>
<li><a href="https://github.com/twitter/bootstrap/wiki">{{_i}}Roadmap and changelog{{/i}}</a></li>
</ul>
<ul class="quick-links">