From 4d56fc0e614d0ffa388ff95e4b94adee2bee0190 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Mon, 21 Nov 2011 09:59:14 -0500 Subject: [PATCH] More browser support --- README.md | 6 ++++++ TODO | 1 - static/application.css | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a657a32..79220e4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ which will output a URL to share, or to copy the URL to the clipboard. +## Tested Browsers + +* Firefox 8 +* Chrome 17 +* Safari 5.3 + ## Installation 1. Download the package, and expand it diff --git a/TODO b/TODO index 16c9971..a674fd2 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ cache headers for static assets tests -test in other browsers and add note to README maximum size of a haste fix any annoying visual quirks add FAVICON diff --git a/static/application.css b/static/application.css index e53339d..5c99b4d 100644 --- a/static/application.css +++ b/static/application.css @@ -22,6 +22,8 @@ textarea { margin: 0px; width: 100%; height: 100%; + border: 0px; + outline: none; } #box code {