summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--!NetSurf/Resources/CSS,f793
1 files changed, 2 insertions, 1 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 7366626af..be2f7d734 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -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; }