html: Make <th> cells be font-weight: normal by default.
[pspp] / src / output / html.c
index 8c4c14a1806b707727e49b05fb44b656818050aa..df7003a4a90cf4b9f74ff5bd000f954d375cbfc4 100644 (file)
@@ -161,7 +161,7 @@ put_header (struct html_driver *html)
             "caption {\n"
             "  text-align: left\n"
             "}\n"
-
+            "th { font-weight: normal }\n"
             "a:link {\n"
             "  color: #1f00ff;\n"
             "}\n"