mirror of https://github.com/BOINC/boinc.git
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:
parent
addb4870d2
commit
de6758aad3
|
@ -180,8 +180,8 @@ blockquote {
|
|||
#thread {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow:overflow;
|
||||
word-wrap:break-word;
|
||||
overflow: overflow;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.sigdelim {
|
||||
|
@ -217,7 +217,6 @@ tr.helpdeskseperator{
|
|||
|
||||
tr.postseperator{
|
||||
background-color: rgb(200,200,200);
|
||||
height:4px;
|
||||
}
|
||||
|
||||
tr.postseperator td{
|
||||
|
|
Loading…
Reference in New Issue