diff options
Diffstat (limited to 'lib/styles')
-rw-r--r-- | lib/styles/spellcheck.css | 21 |
1 files changed, 0 insertions, 21 deletions
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; -} - |