Fix #232: someone really had fun adding height limits to forum table cells. Remove them.

svn path=/trunk/boinc/; revision=12810
This commit is contained in:
Rytis Slatkevičius 2007-06-04 08:11:38 +00:00
parent addb4870d2
commit de6758aad3
1 changed files with 2 additions and 3 deletions

View File

@ -180,8 +180,8 @@ blockquote {
#thread { #thread {
width: 100%; width: 100%;
table-layout: fixed; table-layout: fixed;
overflow:overflow; overflow: overflow;
word-wrap:break-word; word-wrap: break-word;
} }
.sigdelim { .sigdelim {
@ -217,7 +217,6 @@ tr.helpdeskseperator{
tr.postseperator{ tr.postseperator{
background-color: rgb(200,200,200); background-color: rgb(200,200,200);
height:4px;
} }
tr.postseperator td{ tr.postseperator td{