summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-04-29 15:54:28 -0400
committerThomas Park <thomas@thomaspark.me>2012-04-29 15:54:28 -0400
commitecd05371d0a2b635b62bba67461875e609af5dad (patch)
treea787cf0c46e7e31f0450d4e1e7524a1eb60e3e37 /js
parent3d1c5e53896797b88ceb637052d0e4319f637686 (diff)
index: added api info
Diffstat (limited to 'js')
-rw-r--r--js/bootswatch.js2
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]);