From b7b9e2f23c056d1778b8aaa689ac65e1c61884b4 Mon Sep 17 00:00:00 2001
From: Anika Henke <a.c.henke@arcor.de>
Date: Fri, 3 Mar 2006 19:23:13 +0100
Subject: [PATCH] fix for missing spellchecker style when spellchecker is
 disabled

darcs-hash:20060303182313-d5083-bd2f5fc3c02555635edc3788e0243e2e71a9ad34.gz
---
 lib/tpl/default/design.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css
index 4005159a9..095c8f46b 100644
--- a/lib/tpl/default/design.css
+++ b/lib/tpl/default/design.css
@@ -728,6 +728,7 @@ div.dokuwiki div#spell__suggest {
   padding: 2px;
   border: 1px solid __black__;
   font-size:80%;
+  display: none;
 }
 
 div.dokuwiki div#spell__result {
@@ -736,6 +737,7 @@ div.dokuwiki div#spell__result {
   font-size:14px;
   padding: 3px;
   background-color: __lighter__;
+  display: none;
 }
 
 div.dokuwiki span.spell_noerr {
-- 
GitLab