Skip to content

Commit

Permalink
index: switched gh buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Dec 6, 2012
1 parent d509175 commit 42dd24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions css/bootswatch.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,8 @@ section {
text-align: center;
}


#gh-star {
margin-right: -15px;
}

#gh-fork {
margin-right: 25px;
margin-right: 10px;
}

.twitter-follow-button {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ <h1>Bootswatch</h1>

<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>
Expand Down

0 comments on commit 42dd24f

Please sign in to comment.