diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-12-14 15:39:29 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-12-25 12:43:31 (GMT) |
commit | fe818bf8e3a154788a4a180068cfdfbbadd66ff6 (patch) | |
tree | c08545cd15e627b36eef1e0d0a7eb4fa0bb76437 /templates/html/doxygen.css | |
parent | 3ebc431569aa6566389f3f3fc00aae7b8a90e58b (diff) | |
download | Doxygen-fe818bf8e3a154788a4a180068cfdfbbadd66ff6.zip Doxygen-fe818bf8e3a154788a4a180068cfdfbbadd66ff6.tar.gz Doxygen-fe818bf8e3a154788a4a180068cfdfbbadd66ff6.tar.bz2 |
Added graphical hierarchy support to template engine
Diffstat (limited to 'templates/html/doxygen.css')
-rw-r--r-- | templates/html/doxygen.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index a7a1e4f..1d9002f 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -227,7 +227,7 @@ span.lineno a:hover { background-color: #C8C8C8; } -div.ah { +div.ah, span.ah { background-color: black; font-weight: bold; color: #ffffff; @@ -245,6 +245,15 @@ div.ah { background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); } +div.classindex ul { + list-style: none; + padding-left: 0; +} + +div.classindex span.ai { + display: inline-block; +} + div.groupHeader { margin-left: 16px; margin-top: 12px; |