From cba1e76b1f3bdbba7f5191d1897c898ce02d2b52 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 5 Mar 2012 10:24:01 +0000 Subject: [PATCH] only force-wrap comments --- ext/comment/style.css | 1 + themes/default/style.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/comment/style.css b/ext/comment/style.css index 9a0c00cd..f5014780 100644 --- a/ext/comment/style.css +++ b/ext/comment/style.css @@ -8,6 +8,7 @@ .comment { text-align: left; position: relative; + word-wrap: break-word; } .comment .info { visibility: hidden; diff --git a/themes/default/style.css b/themes/default/style.css index 8051b13d..4a0bc0ce 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -144,7 +144,6 @@ UL { margin-right: 16px; text-align: center; height: 1%; - word-wrap: break-word; } #body TABLE { width: 90%;