From 69eabb16b9931265f41744d04571aef4d118212a Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 9 Jun 2009 06:20:19 +0000 Subject: [PATCH] fixed CSS git-svn-id: http://svg-edit.googlecode.com/svn/trunk@78 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 4698907e..8b3430cd 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -15,15 +15,14 @@ #svg_editor #svgroot { width: 640px; height: 480px; - border: 1px solid #808080; - border-left: none; -moz-user-select: none; } #svg_editor #svgcanvas { - width: 642px; - height: 482px; + width: 640px; + height: 480px; border: 1px solid #808080; + border-left: none; } #svg_editor div#palette_holder {