Improving the styles for table.formtable, they weren't working in IE.

This commit is contained in:
defacer 2005-02-17 21:55:25 +00:00
parent 4d71c956a8
commit 05afaf251c

View File

@ -200,8 +200,6 @@ a img {
******************************/
/* admin, calendar */
table.formtable {
border-spacing: 8px;
border-collapse: separate;
margin: auto;
}
@ -210,6 +208,11 @@ table.formtable tbody th {
vertical-align: top;
}
table.formtable tbody td,
table.formtable tbody th
{
padding: 5px;
}
/*****************************
***