mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 04:26:50 +03:00
Undo alignment change pending proper implementation of HTML alignment.
svn path=/trunk/netsurf/; revision=8764
This commit is contained in:
parent
cc662408b7
commit
836859763e
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user