[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#515162: Wrapping pre tags in lists.debian.org archives



Package: www.debian.org

Hi,
I often read debian's lists archives using www interface
and some mails written without line breaks are very
difficult to read because of use of html PRE tag.
I found that adding styles from

http://users.tkk.fi/~tkarvine/pre-wrap-css3-mozilla-opera-ie.html
/* Browser specific (not valid) styles to make preformatted text wrap */		
pre {
 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+ */
}

helps very much - now I use firebug to add "white-space: -moz-pre-wrap;" to
read troublesome mails.

Regards,
Michal Pokrywka



Reply to: