summaryrefslogtreecommitdiffstats
path: root/templates/html
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2016-11-13 10:24:51 (GMT)
committeralbert-github <albert.tests@gmail.com>2016-11-13 10:24:51 (GMT)
commitd2593e56cd52ecee2424d844916f95e12fef27c8 (patch)
tree9df07ee2b80f5fd92dfe5237397ea7090332d232 /templates/html
parent5f01f783e2387a5d44ad70fbff5365aa0e5df938 (diff)
downloadDoxygen-d2593e56cd52ecee2424d844916f95e12fef27c8.zip
Doxygen-d2593e56cd52ecee2424d844916f95e12fef27c8.tar.gz
Doxygen-d2593e56cd52ecee2424d844916f95e12fef27c8.tar.bz2
Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by..." for CSS
Added class= to html output for "Definition at..." resulting in p.definition in the css file and for "Referenced by .. " and "References ..." resulting in p.definition in css file. (also corrected some error messages).
Diffstat (limited to 'templates/html')
-rw-r--r--templates/html/doxygen.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css
index db80bc8..26169de 100644
--- a/templates/html/doxygen.css
+++ b/templates/html/doxygen.css
@@ -4,6 +4,10 @@ body, table, div, p, dl {
font: 400 14px/22px Roboto,sans-serif;
}
+p.reference, p.definition {
+ font: 400 14px/22px Roboto,sans-serif;
+}
+
/* @group Heading Levels */
h1.groupheader {