From a04b4435dad8a48a23c3ab34682fb7d5ecd47a51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Wed, 16 Feb 2011 03:07:10 -0200 Subject: [PATCH] Small css change --- 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 d554ff8..b528e2f 100644 --- a/example/templates/base.html +++ b/example/templates/base.html @@ -27,7 +27,7 @@ a.logout, span.disconnect a, .error {color: #c00;} .error {padding-left: 30px;} #forkme {position: absolute; top: 0; right: 0;} - #valid-badges {position: absolute; right: 10px; bottom: 10px;} + #valid-badges {position: fixed; right: 10px; bottom: 10px;} #valid-badges p {display: inline;} -- 2.39.5