summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorThomas Vogt <thomas@thomas-vogt.de>2020-06-14 12:24:51 (GMT)
committerThomas Vogt <thomas@thomas-vogt.de>2020-06-14 12:40:32 (GMT)
commit5ee4689955e27dad85e9d722d48692f60593a812 (patch)
tree8860dcdb0f850856bdd6cdb90e78b655758e71f9 /templates
parent12515664fe30dd79f48fca4b1e3d6cdd3c1a5ce1 (diff)
downloadDoxygen-5ee4689955e27dad85e9d722d48692f60593a812.zip
Doxygen-5ee4689955e27dad85e9d722d48692f60593a812.tar.gz
Doxygen-5ee4689955e27dad85e9d722d48692f60593a812.tar.bz2
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.
Diffstat (limited to 'templates')
-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;
}