From 475cb5958b488921cfa92224da6744326081367c Mon Sep 17 00:00:00 2001 From: Marvin Thomas Rabe Date: Thu, 23 Feb 2012 20:35:48 +0100 Subject: Editor fixed. --- css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index bc238c1..e260ab0 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,8 @@ #editor{ - position: absoloute; + position: fixed; display: block; - top: 2em; + top: 6.5em; + left: 12.5em; } #editorwrapper{ position: absoloute; -- cgit v1.2.3