diff --git a/editor/browser-not-supported.html b/editor/browser-not-supported.html index 9afee828..321ce09f 100644 --- a/editor/browser-not-supported.html +++ b/editor/browser-not-supported.html @@ -10,13 +10,18 @@ +
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 or Opera.

+

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.

+
+ diff --git a/editor/svg-editor.css b/editor/svg-editor.css index bf864203..f20fcde6 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -2,6 +2,13 @@ background: #D0D0D0; } +#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;