fixed problem with general td alignment, which should not be defined globally

for a general tag like <td>
This commit is contained in:
ak703 2004-03-04 13:26:12 +00:00
parent 4021794c82
commit ff4f8c8b3a

View File

@ -91,8 +91,10 @@ select
td
{
/* global tags should never be defined here [ndee]*/
font-size: 11px;
text-align:left;
/* removed text-align:left; [ndee]*/
/* padding-top:1px;
padding-bottom:1px;*/
}