diff --git a/editor/browser-not-supported.html b/editor/browser-not-supported.html index 81381847..e1097e95 100644 --- a/editor/browser-not-supported.html +++ b/editor/browser-not-supported.html @@ -1,32 +1,47 @@ - - + + - - + Browser does not support SVG | SVG-edit - - - -
-SVG-edit logo
-

Sorry, but your browser does not support SVG. Below is a list of - alternate browsers and versions that support SVG and SVG-edit - (from caniuse.com).

-

Try the latest version of - Firefox, - Google Chrome, - Safari, - Opera or - Internet Explorer.

-

If you are unable to install one of these and must use an old version of - Internet Explorer, you can install the - Google Chrome Frame plugin.

-
- - - + + + + + +

Sorry, but your browser does not support SVG. Below is a list of alternate browsers and versions that support SVG and SVG-edit (from caniuse.com).

+

Try the latest version of Firefox, Chrome, Safari, Opera or Internet Explorer.

+ +
+ +
+ diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 3a13edf8..2b744a8f 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -12,12 +12,6 @@ html, body, div{ -webkit-user-drag: text; } -#browser-not-supported { - font-size: 0.8em; - font-family: Verdana, Helvetica, Arial; - color: #000000; -} - #svg_editor * { transform-origin: 0 0; -moz-transform-origin: 0 0;