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/tpl/default/design.css | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'lib/tpl') diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index c407de815..0b4e29634 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -745,38 +745,6 @@ button.pickerbutton { cursor: pointer; } -/* ---------- Spellchecking ------------- */ - -div.dokuwiki a.spell_error { - color: #f00; - text-decoration: underline; -} - -div.dokuwiki div#spell__suggest { - background-color: __background__; - padding: 2px; - border: 1px solid __text__; - font-size: 80%; - display: none; -} - -div.dokuwiki div#spell__result { - border: 1px solid __border__; - color: __text__; - font-size: 14px; - padding: 3px; - background-color: __background_other__; - display: none; -} - -div.dokuwiki span.spell_noerr { - color: #093; -} - -div.dokuwiki span.spell_wait { - color: #06c; -} - /* --------------- Image Details ----------------- */ div.dokuwiki div.img_big { -- cgit v1.2.3