From 42ff673048d169bcbec5e4bb17619d66e6f6f61d Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 25 Mar 2012 14:41:39 +0100 Subject: fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) * removed all occurrences of '-moz-linear-gradient' * added SVG as fallback for Firefox, IE9 and other browsers to page background and buttons --- lib/tpl/dokuwiki/images/page-background.svg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/tpl/dokuwiki/images/page-background.svg (limited to 'lib/tpl/dokuwiki/images') diff --git a/lib/tpl/dokuwiki/images/page-background.svg b/lib/tpl/dokuwiki/images/page-background.svg new file mode 100644 index 000000000..086341ddf --- /dev/null +++ b/lib/tpl/dokuwiki/images/page-background.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3