From 372b5d996b39be37a9e74660cac302fcdb15011a Mon Sep 17 00:00:00 2001 From: Adrian Jones Date: Sun, 16 Jan 2011 17:55:20 +0000 Subject: [PATCH] Added links to other browser downloads, including the Chrome plugin git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1921 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/browser-not-supported.html | 7 ++++++- editor/svg-editor.css | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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;