Remove some more validation errors in the HTML
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@693 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
d39406e31d
commit
f9e1816c1c
|
@ -30,7 +30,7 @@
|
|||
<div id="svg_editor">
|
||||
|
||||
<div id="workarea">
|
||||
<style id="styleoverrides" type="text/css"></style>
|
||||
<style id="styleoverrides" type="text/css" media="screen"></style>
|
||||
<div id="svgcanvas"></div>
|
||||
</div>
|
||||
|
||||
|
@ -249,7 +249,7 @@
|
|||
<!-- Zoom buttons -->
|
||||
<div id="zoom_panel">
|
||||
<span class="zoom_tool">zoom:</span>
|
||||
<input id="zoom" class="zoom_tool" title="Change zoom level" alt="Zoom %" size="3" value="100" type="text"/>
|
||||
<input id="zoom" class="zoom_tool" title="Change zoom level" size="3" value="100" type="text"/>
|
||||
<div id="zoom_dropdown">
|
||||
<button></button>
|
||||
<ul>
|
||||
|
@ -279,7 +279,7 @@
|
|||
<td><div id="stroke_color" class="color_block" title="Change stroke color"></div></td>
|
||||
<td><div id="stroke_opacity">100 %</div></td>
|
||||
<td>
|
||||
<input id="stroke_width" title="Change stroke width" alt="Stroke Width" size="2" value="5" type="text"/>
|
||||
<input id="stroke_width" title="Change stroke width" size="2" value="5" type="text"/>
|
||||
</td>
|
||||
<td>
|
||||
<select id="stroke_style" title="Change stroke dash style">
|
||||
|
|
Loading…
Reference in New Issue