diff options
-rw-r--r-- | css/bootswatch.css | 7 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 52ebedea..00fe7674 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -114,13 +114,8 @@ section { text-align: center; } - #gh-star { - margin-right: -15px; -} - -#gh-fork { - margin-right: 25px; + margin-right: 10px; } .twitter-follow-button { @@ -87,8 +87,8 @@ <div id="social"> <span> - <iframe id="gh-star" src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> <iframe id="gh-fork" src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53px" height="20px"></iframe> + <iframe id="gh-star" src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> </span> <span> <a href="https://twitter.com/thomashpark" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @thomashpark</a> |