fixed CSS
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@78 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
064872de1e
commit
69eabb16b9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue