From: Matías Aguirre Date: Sun, 9 Jan 2011 17:35:45 +0000 (-0200) Subject: Remove images border and position badges properly X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=526454f6b49a119e8d24a1977dae2c7a50fcc0ac;p=django-social-auth.git Remove images border and position badges properly --- diff --git a/example/templates/base.html b/example/templates/base.html index 97a81f1..89a2c8c 100644 --- a/example/templates/base.html +++ b/example/templates/base.html @@ -12,6 +12,7 @@ h3 {font-size: 1.2em;} a, a:visited {color: #459FDA; text-decoration: none;} a:hover {text-decoration: underline;} + a img {border: 0;} input[type="text"] {border: 1px solid #ccc; padding: 3px; width: 300px;} input[type="submit"] {padding: 2px 20px; margin-left: -5px;} label {display: block;} @@ -24,8 +25,7 @@ .description {font-size: 1.0em; color: #333;} a.logout, .associated, .error {color: #c00;} #forkme {position: absolute; top: 0; right: 0;} - #forkme img {border: 0;} - #valid-badges {position: absolute; bottom: 10px; left: 10px;} + #valid-badges {margin-top: 20px;} #valid-badges p {display: inline;}