More IE overflow fixes; remove max-width from i2psnark css.

This commit is contained in:
z3d
2009-08-02 13:57:29 +00:00
parent abf7296de1
commit 3a0cdf1388
5 changed files with 13 additions and 6 deletions

View File

@ -94,8 +94,8 @@ div.main {
div.main textarea {
/* width: 100% !important; breaks IE */
width: 600px;
width: 100% !important;
}
div.news {
@ -316,4 +316,8 @@ tt {
font-size: 8pt;
font-weight: bold;
line-height: 150%;
}
.tidylist {
text-align: justify;
}