From 3e8ad0bf04a397f49627fb3332be391d2d6663ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Thu, 6 Jan 2011 11:01:58 -0200 Subject: [PATCH] Remove image border on example --- example/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/templates/base.html b/example/templates/base.html index 691ecb1..363194c 100644 --- a/example/templates/base.html +++ b/example/templates/base.html @@ -20,7 +20,8 @@ .helptext {font-size: 0.9em; color: #aaa; margin: 0; padding: 0;} .description {font-size: 1.0em; color: #333;} a.logout, .associated, .error {color: #c00;} - #forkme {position: absolute; top: 0; right: 0; border: 0;} + #forkme {position: absolute; top: 0; right: 0;} + #forkme img {border: 0;} -- 2.39.5