diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-12 13:53:35 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-12 13:53:35 -0400 |
commit | 02bdea2e229a50a0fcfc1a48ec811872c3ae12d3 (patch) | |
tree | fa5a8121fe09833ff11e541f1c98357b09239b5d | |
parent | 579a529cb96fae9b6864c307e31fd525532452ce (diff) |
index: more social button tweaks
-rw-r--r-- | css/bootswatch.css | 4 | ||||
-rw-r--r-- | index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 6b168ae8..d6a28918 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -120,7 +120,7 @@ body { } .hero-unit { - padding-bottom: 100px; + padding-bottom: 120px; } .about { @@ -144,7 +144,7 @@ body { } .hero-unit { - padding-bottom: 80px; + padding-bottom: 100px; } .about { @@ -60,7 +60,7 @@ <p>Add color to your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site without touching a color picker.</p> <div id="social"> - <div class="span3 offset1"> + <div class="span2 offset1"> <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> @@ -68,7 +68,7 @@ <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"> + <div class="span1 offset1"> <a class="btn rss" href="http://feeds.feedburner.com/bootswatch"><i class="icon-rss"></i><span>RSS</span></a> </div> </div> |