From 0d2375c24276876b69423f0825b4e657b3ffe947 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 9 Jan 2011 19:44:24 -0200 Subject: [PATCH] Reposition badges --- example/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/templates/base.html b/example/templates/base.html index 89a2c8c..3acab78 100644 --- a/example/templates/base.html +++ b/example/templates/base.html @@ -25,7 +25,7 @@ .description {font-size: 1.0em; color: #333;} a.logout, .associated, .error {color: #c00;} #forkme {position: absolute; top: 0; right: 0;} - #valid-badges {margin-top: 20px;} + #valid-badges {position: absolute; right: 10px; bottom: 10px;} #valid-badges p {display: inline;} -- 2.39.5