From 24640eb89f055c2beaed5bca6b1dce16f1c7de5b Mon Sep 17 00:00:00 2001 From: airportyh Date: Thu, 9 Dec 2010 15:48:51 -0500 Subject: [PATCH] removed border for forkme on FF --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/style.css b/public/style.css index 4341d2c..a9aaa5e 100644 --- a/public/style.css +++ b/public/style.css @@ -92,4 +92,8 @@ body{ position: absolute; top: 0; right: 0; +} + +img{ + border: none; } \ No newline at end of file