From: Matías Aguirre Date: Thu, 6 Jan 2011 13:01:58 +0000 (-0200) Subject: Remove image border on example X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3e8ad0bf04a397f49627fb3332be391d2d6663ca;p=django-social-auth.git Remove image border on example --- 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;}