From e4add32f88236caf7e81ccb8ed5a4db464c895a6 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 17 Mar 2012 16:09:15 -0400 Subject: index: fix rss button wrap on ipad --- js/bootswatch.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js') diff --git a/js/bootswatch.js b/js/bootswatch.js index 6409e208..f4ddece4 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -47,9 +47,9 @@ menu = menu + ' \ }); var taglines = []; -taglines.push('Free themes for Twitter Bootstrap.'); -taglines.push('Add color to your Bootstrap site without touching a color picker.'); -taglines.push('Saving the web from default Bootstrap.'); +taglines.push('Free themes for Twitter Bootstrap'); +taglines.push('Add color to your Bootstrap site without touching a color picker'); +taglines.push('Saving the web from default Bootstrap'); var line = Math.floor((taglines.length) * Math.random()); $('#tagline').html(taglines[line]); -- cgit v1.2.3