diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-04-29 15:54:28 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-04-29 15:54:28 -0400 |
commit | ecd05371d0a2b635b62bba67461875e609af5dad (patch) | |
tree | a787cf0c46e7e31f0450d4e1e7524a1eb60e3e37 /js | |
parent | 3d1c5e53896797b88ceb637052d0e4319f637686 (diff) |
index: added api info
Diffstat (limited to 'js')
-rw-r--r-- | js/bootswatch.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/bootswatch.js b/js/bootswatch.js index 444906ef..0a920042 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -50,6 +50,8 @@ 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('Give your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site a whole new feel'); +taglines.push('Lose the black bar and blue buttons on your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site'); var line = Math.floor((taglines.length) * Math.random()); $('#tagline').html(taglines[line]); |