summaryrefslogtreecommitdiffstats
path: root/templates/html/doxygen.css
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-12-03 19:32:30 (GMT)
committerGitHub <noreply@github.com>2018-12-03 19:32:30 (GMT)
commitdf97d25bb07506723627757d6af7aa6dc7aea4dd (patch)
tree30e3d015eb80f3213fd82ae2fa1b12888da0ede4 /templates/html/doxygen.css
parent7fa0f6968e5544039c8c7c5e74706ab3d0d5a3e5 (diff)
parent626e56ee5c6d6d2f6c51bd64855c70500b28472e (diff)
downloadDoxygen-df97d25bb07506723627757d6af7aa6dc7aea4dd.zip
Doxygen-df97d25bb07506723627757d6af7aa6dc7aea4dd.tar.gz
Doxygen-df97d25bb07506723627757d6af7aa6dc7aea4dd.tar.bz2
Merge pull request #6602 from albert-github/feature/bug_tparam
Consistency in headings and layout for template parameters (tparam)
Diffstat (limited to 'templates/html/doxygen.css')
-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 c9bf428..83e29e5 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;
}