diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-12 13:44:24 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-12 13:44:24 -0400 |
commit | 579a529cb96fae9b6864c307e31fd525532452ce (patch) | |
tree | d6e6d7336530ab20166a0915ac8876ed91c71ced /index.html | |
parent | 8bde66808ecd630519bd39561b64839a85abc41a (diff) |
index: spacing on twitter buttons
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,11 +64,11 @@ <iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> <iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=thomaspark&repo=bootswatch&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53px" height="20px"></iframe> </div> - <div class="span3 offset1"> + <div class="span4 offset1"> <a href="https://twitter.com/thomashpark" class="twitter-follow-button" data-show-count="false" data-show-screen-name="true">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 class="span1 offset1"> + <div class="span1"> <a class="btn rss" href="http://feeds.feedburner.com/bootswatch"><i class="icon-rss"></i><span>RSS</span></a> </div> </div> |