Might as well not go out of our way not to work in IE... More CSS fixes coming.
This commit is contained in:
parent
d3e29108a8
commit
b92830fb28
|
@ -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+ */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user