From 526454f6b49a119e8d24a1977dae2c7a50fcc0ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 9 Jan 2011 15:35:45 -0200 Subject: [PATCH] Remove images border and position badges properly --- example/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;} -- 2.39.5