diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-11-28 20:27:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-28 20:27:52 (GMT) |
commit | 8b13ee363b6feccde5ab24c673a2861d6f883b96 (patch) | |
tree | f4799e4a0ecc15830b183d672554f245044a4c91 /templates/html/doxygen.css | |
parent | b196b1a28151d75d9546dcc407947fbf29789cc5 (diff) | |
parent | d2593e56cd52ecee2424d844916f95e12fef27c8 (diff) | |
download | Doxygen-8b13ee363b6feccde5ab24c673a2861d6f883b96.zip Doxygen-8b13ee363b6feccde5ab24c673a2861d6f883b96.tar.gz Doxygen-8b13ee363b6feccde5ab24c673a2861d6f883b96.tar.bz2 |
Merge pull request #545 from albert-github/feature/bug_774138
Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by..." for CSS
Diffstat (limited to 'templates/html/doxygen.css')
-rw-r--r-- | templates/html/doxygen.css | 4 |
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 { |