summaryrefslogtreecommitdiff
path: root/lib/styles
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-07-31 21:28:07 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-07-31 21:28:07 +0200
commit0d35318916bc5b232dfc3532db0efb26f0af7f22 (patch)
treed6dcd8aeede9b5437cdeeac10c44bcf9252cdf7b /lib/styles
parent18d694935e0cce27c377e9edf7bd8904e69c1d87 (diff)
downloadrpg-0d35318916bc5b232dfc3532db0efb26f0af7f22.tar.gz
rpg-0d35318916bc5b232dfc3532db0efb26f0af7f22.tar.bz2
spellchecker CSS changes #539 #824
This patch now assigns the needed proprietary CSS attributes for the spellchecker through JavaScript. This makes the CSS valid again (at least it appears to be ;-)) I also fixed a problem with leading single spaces in IE darcs-hash:20060731192807-7ad00-b82bdcae9a0c8cf063c3a1e985dbfd1dfdee7b06.gz
Diffstat (limited to 'lib/styles')
-rw-r--r--lib/styles/spellcheck.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/styles/spellcheck.css b/lib/styles/spellcheck.css
index c2d43e0cd..51106f95a 100644
--- a/lib/styles/spellcheck.css
+++ b/lib/styles/spellcheck.css
@@ -1,5 +1,5 @@
/**
- * Basic styles for the spellchecker. Only included when the spellchek option
+ * 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.
*/
@@ -17,11 +17,5 @@ div.dokuwiki div#spell__result {
font-family:monospace;
overflow: auto;
z-index: 1;
-
- white-space: pre-wrap; /* css-3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
}