Skip to content

Commit

Permalink
index: fix rss button wrap on ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Mar 17, 2012
1 parent 5220b45 commit e4add32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1>Bootswatch</h1>
<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="span2 rss">
<div class="span1 rss">
<a class="btn rss-button" href="http://feeds.feedburner.com/bootswatch"><i class="icon-rss"></i><span>RSS</span></a>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions js/bootswatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ menu = menu + ' </ul> \
});

var taglines = [];
taglines.push('Free themes for <a target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>.');
taglines.push('Add color to your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site without touching a color picker.');
taglines.push('Saving the web from default <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>.');
taglines.push('Free themes for <a target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>');
taglines.push('Add color to your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site without touching a color picker');
taglines.push('Saving the web from default <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>');

var line = Math.floor((taglines.length) * Math.random());
$('#tagline').html(taglines[line]);
Expand Down

0 comments on commit e4add32

Please sign in to comment.