Fix default center alignment in td's in IE 6

This commit is contained in:
Pim Snel 2004-02-17 15:52:42 +00:00
parent 1506c93481
commit a167a355a8

View File

@ -92,6 +92,7 @@ select
td
{
font-size: 11px;
text-align:left;
/* padding-top:1px;
padding-bottom:1px;*/
}