summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-10-10 13:47:58 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-10-10 13:47:58 (GMT)
commit44695af0c77cff4099bc8a53c5f3270cc6a6e33c (patch)
treed6a09efad7efb2cf8f1b1c93e3db7522191e71aa /templates
parent9a23681bc4322a1912fc98f683bcf3e49a85f47b (diff)
downloadDoxygen-44695af0c77cff4099bc8a53c5f3270cc6a6e33c.zip
Doxygen-44695af0c77cff4099bc8a53c5f3270cc6a6e33c.tar.gz
Doxygen-44695af0c77cff4099bc8a53c5f3270cc6a6e33c.tar.bz2
Also span entire line in case of a memTemplItemRight
Based on the CGAL issue https://github.com/CGAL/cgal/issues/2095 (and pull request https://github.com/CGAL/cgal/pull/4282) to see to it that all relevant table span the page.
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 09b7aad..ffba793 100644
--- a/templates/html/doxygen.css
+++ b/templates/html/doxygen.css
@@ -535,7 +535,7 @@ table.memberdecls {
white-space: nowrap;
}
-.memItemRight {
+.memItemRight, .memTemplItemRight {
width: 100%;
}