diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-18 15:46:50 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-18 15:46:50 -0500 |
commit | 8f48410ebef174d4be971557f42a8be80f494abb (patch) | |
tree | cf756c96e002ed003c9b9cc294033e23b6e84828 /index.html | |
parent | a415eb67ce0a6c9b6c6c47da0b00d9238d21d03f (diff) |
fixed twitter button width
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="53px" height="20px"></iframe> </div> <div class="span4 offset1"> - <a href="https://twitter.com/thomashpark" class="twitter-follow-button" data-show-count="false">Follow @thomashpark</a> + <a href="https://twitter.com/thomashpark" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @thomashpark</a> <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://bootswatch.com" data-via="thomashpark">Tweet</a> </div> </div> |