diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-21 21:25:13 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-21 21:25:13 -0500 |
commit | d61e383f7f7014d38746f4805989da15aa2ef79e (patch) | |
tree | c533e6012061cd1c462a7ea2a54231288a2fcee7 /index.html | |
parent | 1959f0e54e3937903b96e21a68daefb86c01735a (diff) |
social buttons spacing
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,11 +72,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"> + <div class="span4"> <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" target="_blank" href="http://feeds.feedburner.com/bootswatch"><i class="icon-rss"></i><span>RSS</span></a> </div> </div> |