From 5ee4689955e27dad85e9d722d48692f60593a812 Mon Sep 17 00:00:00 2001 From: Thomas Vogt Date: Sun, 14 Jun 2020 14:24:51 +0200 Subject: Updated formatting rules for paragraphs within table header cells. Only present paragraphs within table headers (th) with font weight strong, keep normal table cells (td) unaffected. --- templates/html/doxygen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 8f2c213..30eb1ac 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -66,7 +66,7 @@ p.startli, p.startdd { margin-top: 2px; } -th p.starttd, p.intertd, p.endtd { +th p.starttd, th p.intertd, th p.endtd { font-size: 100%; font-weight: 700; } -- cgit v0.12