aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2010-12-21 08:56:11 +0100
committerStefan Kangas <stefankangas@gmail.com>2010-12-21 08:56:11 +0100
commitf36a8ed0b07422d8afc6ed9de38455c32c15e1cc (patch)
treeeb9ef08a7b4e8fc6d7515f8d4628047cb938c60e
parent998456637cc24781efc288ab3b8e0bb96edcce34 (diff)
Fix position of "Click here for English".
-rw-r--r--default.css6
1 files changed, 3 insertions, 3 deletions
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
{