From 844159503ac32293f1a11761687843b1ecf5fb3e Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 21 Nov 2019 13:50:03 +0100 Subject: Correct style in table header in case of paragraph is used In case a paragraph is used in a table header (quite unusual but can happen with 2 lines and an empty line in between), a `

` tag is added and therewith the layout is incorrect. This problem was detected based on #7409 This has been corrected (and tested with some available browsers FF, IE, Chrome, Opera). --- templates/html/doxygen.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index ffba793..2c9dfd5 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -66,6 +66,11 @@ p.startli, p.startdd { margin-top: 2px; } +th p.starttd, p.intertd, p.endtd { + font-size: 100%; + font-weight: 700; +} + p.starttd { margin-top: 0px; } -- cgit v0.12