From 9d3b7ab703bcafa1c778eb2acaf649aec9448eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Fern=C3=A1ndez?= Date: Thu, 31 Mar 2011 23:48:24 +0200 Subject: [PATCH] Ajusto el top del editor --- css/webcc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/webcc.css b/css/webcc.css index 9f4913f..16d0b09 100644 --- a/css/webcc.css +++ b/css/webcc.css @@ -20,7 +20,7 @@ html, body { #editor { font-size: 14px; position: absolute; - top: 50px; + top: 45; left: 0; right: 0; bottom: 0;