diff options
| author | Mark Otto <[email protected]> | 2012-02-04 18:27:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-04 18:27:05 -0800 |
| commit | 9259e24f7370185b33520681000854d421ae1e1d (patch) | |
| tree | 734c6020187b0943fcc90f68b8885dc8eff9bce3 /docs | |
| parent | ac98cee6092738eb431ebd4c944886358dab721f (diff) | |
| download | bootstrap-9259e24f7370185b33520681000854d421ae1e1d.tar.xz bootstrap-9259e24f7370185b33520681000854d421ae1e1d.zip | |
fix cutoff follow button
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52387 -> 52387 bytes | |||
| -rw-r--r-- | docs/index.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex b10376a63..7f9ed29aa 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/index.html b/docs/index.html index 1c9c6e05f..51da2a55f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -99,7 +99,7 @@ </li> <li class="divider">·</li> <li class="follow-btn"> - <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="217px" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a> + <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="225px" 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> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 4f0573cfd..9fee412a5 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -23,7 +23,7 @@ </li> <li class="divider">·</li> <li class="follow-btn"> - <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="217px" data-link-color="#0069D6" data-show-count="true">{{_i}}Follow @twbootstrap{{/i}}</a> + <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="225px" data-link-color="#0069D6" data-show-count="true">{{_i}}Follow @twbootstrap{{/i}}</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> |
