Undo alignment change pending proper implementation of HTML alignment.

svn path=/trunk/netsurf/; revision=8764
This commit is contained in:
Michael Drake 2009-07-24 00:20:59 +00:00
parent cc662408b7
commit 836859763e

View File

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