Skip to content
Snippets Groups Projects
Commit b7b9e2f2 authored by Anika Henke's avatar Anika Henke
Browse files

fix for missing spellchecker style when spellchecker is disabled

darcs-hash:20060303182313-d5083-bd2f5fc3c02555635edc3788e0243e2e71a9ad34.gz
parent 5164d9c9
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment