diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-12 14:40:45 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-12 14:40:45 -0400 |
commit | b33227b3d4ef98b86c0cf91f2d31f4a85019baa0 (patch) | |
tree | f3b26e3911409a3a7481e0d5f1372e21eb4a4145 /index.html | |
parent | 64a9e2f2658555d0d4bef31a644ed96040b01055 (diff) |
index: get responsive working on ios
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Bootswatch: Free themes for Twitter Bootstrap</title> <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> @@ -60,16 +61,16 @@ <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="span2 offset1"> + <div class="span4 github"> <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="span4 offset1"> + <div class="span4 twitter"> <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"> - <a class="btn rss" href="http://feeds.feedburner.com/bootswatch"><i class="icon-rss"></i><span>RSS</span></a> + <div class="span2 rss"> + <a class="btn rss-button" href="http://feeds.feedburner.com/bootswatch"><i class="icon-rss"></i><span>RSS</span></a> </div> </div> </div> |