Might as well not go out of our way not to work in IE... More CSS fixes coming.

This commit is contained in:
Dan Stillman 2006-12-01 19:44:59 +00:00
parent d3e29108a8
commit b92830fb28

View File

@ -102,6 +102,9 @@ ul.notes li p:first-child {
}
ul.notes li p, li.note p {
white-space: -moz-pre-wrap;
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+ */
}