From b92830fb28265988b9dec8a78420ba24e2c39047 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 1 Dec 2006 19:44:59 +0000 Subject: [PATCH] Might as well not go out of our way not to work in IE... More CSS fixes coming. --- chrome/skin/default/zotero/report/detail.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chrome/skin/default/zotero/report/detail.css b/chrome/skin/default/zotero/report/detail.css index e616f255f..ad2fc9047 100644 --- a/chrome/skin/default/zotero/report/detail.css +++ b/chrome/skin/default/zotero/report/detail.css @@ -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+ */ }