From f4b51b373b9ee28f5b87caaa7a9bc4ae610701e2 Mon Sep 17 00:00:00 2001 From: Mark Otto <markotto@twitter.com> Date: Sun, 11 Mar 2012 23:33:52 -0700 Subject: [PATCH] more homepage links cleanup --- docs/assets/bootstrap.zip | Bin 55388 -> 55388 bytes docs/index.html | 6 ++++-- 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 index e2f7ea4abf9228aafa8561fad495f9e8365ba32d..30379791a0c2580c63088caa3f070a8cfff03acd 100644 GIT binary patch delta 465 zcmcb!f%(n`W}X0VW)?065U|)Ykw;Pa^o&^lGeBHg!Og(P@|BT+fkgx;iJ~k(l?|li z%#6vkRnkmAeKTyq0;gweyuF1JC@^^<mm^fk<{Ml_93UYcVIww>;iqS8b`ic|0uqw* zFoOw2d3-YjnG_&1Ij@QnEDAS%@~kRnn7YSRl>#8Gaox5sp@rSmU?I6VDyYtyoI1w< z=8D;Kq7*^;zV9`G2^sF2A_@{Zep#RC^o+?0*JVLG-fJ?GjjxC^0c}^fE<Sm|RW^`l z_7!h5k?U9d(L~&@IzY^U>soQu1;u1zH2K79foLL^uX!Wsu)l7EX2+!Kc4#6WuRDQ6 IOmC<I06C_@TL1t6 delta 465 zcmcb!f%(n`W}X0VW)?065IDMfB9Ef-$LX>DpMbcuf}4Sn<trlt1B(by5=B{nDjP`2 zr|FYxtE8EL`exWd1vcK^!U+_ZJdw*0Dzf<omk|d@h)39n4P^Mo>6=}IZ<v6D<UGv4 zs(?aK9^VW>CI!e$&a2`CD})<Ac~+G(OzY#SN&%48xNcjR(8BI&u#nsw6;x+UPMu=_ zbH(gAQHmga-}jopgbeph5d{eyzpT&nar$J1>#`so?=_jp##h9dfVL}K7oWV~DjP^N z`-(T3$n`7!Xd>=c9U$hwb*;GS0#O4s*%(be@me67$mMI^NN%yeZiHsXr0aHQA|J0i KfkaGir~?3Fgw(PC 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">·</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 97ea4f1bd6..7f7177815b 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"> -- GitLab