From f5c7925298142dcf906b3aa2a06ad2b9417c1b54 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Thu, 25 Sep 2008 12:33:45 +0000 Subject: [PATCH] Fixed Ticket #565 - "overflow: overflow" should have been "overflow: visible". word-wrap is a css3 property which is correctly dropped by earlier parsers - not a bug. svn path=/trunk/boinc/; revision=16052 --- html/user/white.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/white.css b/html/user/white.css index 624893b0a5..d3e2351a20 100644 --- a/html/user/white.css +++ b/html/user/white.css @@ -303,7 +303,7 @@ blockquote.postbody { #thread { width: 100%; table-layout: fixed; - overflow: overflow; + overflow: visible; word-wrap: break-word; }