summaryrefslogtreecommitdiff
path: root/js/bootswatch.js
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-05-01 01:51:46 -0400
committerThomas Park <thomas@thomaspark.me>2012-05-01 01:51:46 -0400
commitf6bc5bee91809d50d1082743d9efc90ab25b81fb (patch)
tree3f458aa951ea9220974834c42e62509750b5c69b /js/bootswatch.js
parentf92ce0f8e3bf510ce012aa744f7e45263503812a (diff)
Revert "all: update to 2.0.3"
This reverts commit f92ce0f8e3bf510ce012aa744f7e45263503812a.
Diffstat (limited to 'js/bootswatch.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]);