summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-06-16 19:44:56 (GMT)
committerGitHub <noreply@github.com>2020-06-16 19:44:56 (GMT)
commitad5d77450c2af933bfb294f502bdf25d846a2a1f (patch)
tree8f63286fb3252f4a3c07c8f2621887ca00426f5f
parent009829007a8e0694bf49aaa563aa21afe514b4ac (diff)
parent5ee4689955e27dad85e9d722d48692f60593a812 (diff)
downloadDoxygen-ad5d77450c2af933bfb294f502bdf25d846a2a1f.zip
Doxygen-ad5d77450c2af933bfb294f502bdf25d846a2a1f.tar.gz
Doxygen-ad5d77450c2af933bfb294f502bdf25d846a2a1f.tar.bz2
Merge pull request #7851 from infohoschie/fix/issue_7849
Updated formatting rules for paragraphs within table header cells.
-rw-r--r--templates/html/doxygen.css2
1 files changed, 1 insertions, 1 deletions
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;
}