From f36a8ed0b07422d8afc6ed9de38455c32c15e1cc Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 21 Dec 2010 08:56:11 +0100 Subject: Fix position of "Click here for English". --- default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 033c171..e19acfe 100644 --- a/default.css +++ b/default.css @@ -209,9 +209,9 @@ p.incitement { color: #FFF; font-size: 0.8em; - position: absolute; - top: 10px; - left: 27.5%; + position: relative; + top: -170px; + left: -235px; } .header a.translate:hover { -- cgit v1.2.3