mirror of https://github.com/BOINC/boinc.git
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:
parent
fb348ff6df
commit
a2d85647bd
|
@ -177,9 +177,11 @@ blockquote {
|
||||||
font-style: oblique
|
font-style: oblique
|
||||||
}
|
}
|
||||||
|
|
||||||
#thread table {
|
#thread {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
overflow:overflow;
|
||||||
|
word-wrap:break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sigdelim {
|
.sigdelim {
|
||||||
|
|
Loading…
Reference in New Issue