Remove old forced table cell text alignement.

svn path=/trunk/netsurf/; revision=8759
This commit is contained in:
Michael Drake 2009-07-23 23:54:49 +00:00
parent b1c1d85f97
commit 010774fb25

View File

@ -84,8 +84,7 @@ col { display: table-column; }
tr { display: table-row; vertical-align: middle; }
td, th { display: table-cell; vertical-align: inherit; padding: 1px; }
td { text-align: left; }
th { font-weight: bold; text-align: center; }
th { font-weight: bold; }
td[nowrap], th[nowrap] { white-space: nowrap; }