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
This commit is contained in:
Janus B. Kristensen 2008-09-25 12:33:45 +00:00
parent c85dff5011
commit f5c7925298
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ blockquote.postbody {
#thread {
width: 100%;
table-layout: fixed;
overflow: overflow;
overflow: visible;
word-wrap: break-word;
}