More IE overflow fixes; remove max-width from i2psnark css.
This commit is contained in:
@ -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;
|
||||
}
|
@ -135,7 +135,7 @@ td {
|
||||
background-color: #fff;
|
||||
color:#310;
|
||||
min-width: 700px !important;
|
||||
max-width: 800px !important;
|
||||
/* max-width: 800px !important; */
|
||||
margin: 20px;
|
||||
padding: 10px 20px 5px 20px;
|
||||
-moz-border-radius: 4px;
|
||||
|
Reference in New Issue
Block a user