From ae112d8c54bbccff31a9c9bd59ef9b3db8a70582 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 23 Nov 2007 13:58:40 +0100 Subject: Spellchecker removed With spell checkers available in all modern browsers, having a spell checker in DokuWiki's core code is no longer necessary. This patch removes the spell checking feature. It will be made available as optional plugin. darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz --- lib/styles/spellcheck.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lib/styles/spellcheck.css (limited to 'lib/styles') diff --git a/lib/styles/spellcheck.css b/lib/styles/spellcheck.css deleted file mode 100644 index 51106f95a..000000000 --- a/lib/styles/spellcheck.css +++ /dev/null @@ -1,21 +0,0 @@ -/** - * Basic styles for the spellchecker. Only included when the spellcheck option - * is enabled. These styles are the absolute minimum to make the spellchecker - * work. Templates should add addional styles for making it look nice. - */ - -div.dokuwiki div#spell__suggest { - position: absolute; - left: 0; - top: 0; - display: none; - z-index: 2; -} - -div.dokuwiki div#spell__result { - display:none; - font-family:monospace; - overflow: auto; - z-index: 1; -} - -- cgit v1.2.3