Sure could, just copy the contents of the CSS file in total and bung it at the end of vanilla.css, but the reason I made this an extension was so I didn't have to worry about it when upgrading the core files.
Thanks, nice to know (still haven't hooked the Mac Mini up to the WiFi router...). I don't suppose you'd mind removing the following, one at a time, and see if that stops the mid-word breaks, then report back would you?white-space:pre-line;/* CSS 3 (and 2.1) */and thenword-wrap:break-word;/* IE */Thanks
OK, I've fixed the css for IE4, 5, 5.5, 6, 7, Safari 3 (win), Opera 9 and Firefox 3. These all work perfectly (including long word-breaking). Firefox 1, 1.5 and 2 do not appear to support word-breaking and so could only be fixed with a bit of JS I guess... If someone knows otherwise, please let me know and I'll update accordingly.
Comments
Could the same effect be achieved by simply adding this extension's CSS styles to the vanilla.css file?
Posted: Thursday, 22 March 2007 at 2:12PM (AEDT)
Actually, SoftWrap would be a cool addition here on this forum!
While I think of it, could it be set up so it does not break words when it turns over a line?
That's a bit annoying, it should break based on spaces don't you think?
Posted: Thursday, 22 March 2007 at 5:34PM (AEDT)
Posted: Thursday, 22 March 2007 at 8:38PM (AEDT)
white-space:pre-line;/* CSS 3 (and 2.1) */
and thenword-wrap:break-word;/* IE */
Thankswhite-space:pre-line;/* CSS 3 (and 2.1) */
Removed this, it broke, the whole sentence stopped wrapping.
word-wrap:break-word;/* IE */
Posted: Friday, 23 March 2007 at