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 --- index.html | 2 +- js/bootswatch.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 36da26f5..deec0165 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@ Follow @thomashpark Tweet -
+
RSS
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