Fixed the stupid post-content layout-breaking overflow in some browsers and a CSS error that caused the original fix to only work in certain conditions.

svn path=/trunk/boinc/; revision=12620
This commit is contained in:
Janus B. Kristensen 2007-05-09 08:59:14 +00:00
parent fb348ff6df
commit a2d85647bd
1 changed files with 3 additions and 1 deletions

View File

@ -177,9 +177,11 @@ blockquote {
font-style: oblique
}
#thread table {
#thread {
width: 100%;
table-layout: fixed;
overflow:overflow;
word-wrap:break-word;
}
.sigdelim {