From 2417e50a970c4f03547f110eb1f1ec3fa5a6f2dd Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Sun, 14 Jul 2013 03:51:49 +0000 Subject: [PATCH 1/2] Sunday morning tidy up. Fix #34 by including Bootstrap's responsive stylesheet. --- .htaccess | 4 +++- greptweet.appcache | 1 + index.html | 5 +++-- index.shtml | 4 +++- oauth.php | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index 3bfb6cf..df31420 100644 --- a/.htaccess +++ b/.htaccess @@ -2,4 +2,6 @@ DirectoryIndex index.shtml index.html AddType text/cache-manifest .appcache RewriteEngine on RewriteRule ^f/(.*)$ /create.cgi?id=$1 [L,QSA] -CheckCaseOnly on + + CheckCaseOnly On + diff --git a/greptweet.appcache b/greptweet.appcache index bbb52bd..026c4d5 100644 --- a/greptweet.appcache +++ b/greptweet.appcache @@ -4,6 +4,7 @@ CACHE: tweets.txt /main.js /bootstrap/css/bootstrap.min.css +/bootstrap/css/bootstrap-responsive.min.css /bootstrap/img/glyphicons-halflings.png /style.css /jquery.js diff --git a/index.html b/index.html index a63a86b..aa5cc58 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,10 @@ Grepping twitter backup - - + + + diff --git a/index.shtml b/index.shtml index 8c7ee58..43524e7 100644 --- a/index.shtml +++ b/index.shtml @@ -3,10 +3,12 @@ GrepTweet - + + +