mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-10-31 23:35:02 -04:00
22 lines
303 B
CSS
22 lines
303 B
CSS
/* special styles for IE7 */
|
|
/* the tabled definition lists */
|
|
dl.settings dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd
|
|
{
|
|
float: none;
|
|
width: auto;
|
|
}
|
|
|
|
.signature
|
|
{
|
|
padding: 0 0 0.8em 0;
|
|
}
|
|
|
|
#quickReplyOptions form textarea
|
|
{
|
|
width: 98%;
|
|
}
|
|
|
|
code.bbc_code
|
|
{
|
|
white-space: normal;
|
|
} |