summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-12-06 17:40:25 -0500
committerThomas Park <thomas@thomaspark.me>2012-12-06 17:40:25 -0500
commit42dd24f8809ad6cbe8e0c674d1b40333548ced46 (patch)
treed9ad2a57f75a142e07b16602b731525ca3cbc61b
parentd509175e57c9a22b230a7a8b8d4611fabacd7cd9 (diff)
index: switched gh buttons
-rw-r--r--css/bootswatch.css7
-rw-r--r--index.html2
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 {
diff --git a/index.html b/index.html
index 6bcecf06..4ef8b9bb 100644
--- a/index.html
+++ b/index.html
@@ -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>