From 7cce9d8858fe45e46d96b7a61d919c6d353f25a0 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Wed, 7 Apr 2010 17:49:16 +0200 Subject: [PATCH] editor fills whole page --- editor.css | 4 ++-- editor.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editor.css b/editor.css index e4142ba0..f101ee35 100644 --- a/editor.css +++ b/editor.css @@ -1,11 +1,11 @@ .editor { position: absolute; - border: 1px solid black; + border: 2px solid rgb(159, 159, 159); overflow: hidden; } .editor.focus { - border: 1px solid #327fbd;; + border: 2px solid #327fbd;; } .scroller { diff --git a/editor.html b/editor.html index e984a58c..58ea2c92 100644 --- a/editor.html +++ b/editor.html @@ -10,10 +10,10 @@