summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-26 18:49:30 (GMT)
committerGitHub <noreply@github.com>2019-11-26 18:49:30 (GMT)
commit87f976fc5a777bc96074aaf95dc3bdb6008c458d (patch)
tree9ce2ec58493049663ef4caf7f035566249cd425b
parent4e0c372d171aecd8ded6f7c97fb924a7bfea9913 (diff)
parent844159503ac32293f1a11761687843b1ecf5fb3e (diff)
downloadDoxygen-87f976fc5a777bc96074aaf95dc3bdb6008c458d.zip
Doxygen-87f976fc5a777bc96074aaf95dc3bdb6008c458d.tar.gz
Doxygen-87f976fc5a777bc96074aaf95dc3bdb6008c458d.tar.bz2
Merge pull request #7414 from albert-github/feature/bug_th_p
Correct style in table header in case of paragraph is used
-rw-r--r--templates/html/doxygen.css5
1 files changed, 5 insertions, 0 deletions
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;
}