summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-11-06 11:59:22 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-11-06 11:59:22 (GMT)
commit626e56ee5c6d6d2f6c51bd64855c70500b28472e (patch)
tree32310c80466a6b6afa92cd6902c65277c2cd75de /templates
parent9440d7ce0b31749b6bbb13e70e2f7ed501505c7e (diff)
downloadDoxygen-626e56ee5c6d6d2f6c51bd64855c70500b28472e.zip
Doxygen-626e56ee5c6d6d2f6c51bd64855c70500b28472e.tar.gz
Doxygen-626e56ee5c6d6d2f6c51bd64855c70500b28472e.tar.bz2
Consistency in headings and layout for template parameters (tparam)
- at some places the translation of the "Template Parameters" was not yet done - layout of the template parameters table in HTML had no default. Should be analogous to the table for normal parameters
Diffstat (limited to 'templates')
-rw-r--r--templates/html/doxygen.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css
index bee3bb4..470a533 100644
--- a/templates/html/doxygen.css
+++ b/templates/html/doxygen.css
@@ -701,17 +701,17 @@ dl.reflist dd {
padding-left: 0px;
}
-.params .paramname, .retval .paramname {
+.params .paramname, .retval .paramname, .tparams .paramname {
font-weight: bold;
vertical-align: top;
}
-.params .paramtype {
+.params .paramtype, .tparams .paramtype {
font-style: italic;
vertical-align: top;
}
-.params .paramdir {
+.params .paramdir, .tparams .paramdir {
font-family: "courier new",courier,monospace;
vertical-align: top;
}