diff options
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/design.css | 32 |
1 files changed, 0 insertions, 32 deletions
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 { |