summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-11-21 12:50:03 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-11-21 12:50:03 (GMT)
commit844159503ac32293f1a11761687843b1ecf5fb3e (patch)
treeacc4010b2a39bdd9e5803c413e07c8b85f06cfec /templates
parent2972f6ddc491f615f814b1277ec715b6f707c419 (diff)
downloadDoxygen-844159503ac32293f1a11761687843b1ecf5fb3e.zip
Doxygen-844159503ac32293f1a11761687843b1ecf5fb3e.tar.gz
Doxygen-844159503ac32293f1a11761687843b1ecf5fb3e.tar.bz2
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 `<p class="starttd">` 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).
Diffstat (limited to 'templates')
-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;
}