]> git.parisson.com Git - django-social-auth.git/commitdiff
Remove image border on example
authorMatías Aguirre <matiasaguirre@gmail.com>
Thu, 6 Jan 2011 13:01:58 +0000 (11:01 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Thu, 6 Jan 2011 13:01:58 +0000 (11:01 -0200)
example/templates/base.html

index 691ecb17ce87ffbc7a2bb56d194545adbc3e22e3..363194c965c9db0031a49f87de8c9e32f78d092f 100644 (file)
@@ -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;}
     </style>
   </head>
   <body>