summaryrefslogtreecommitdiffstats
path: root/src/doxygen_css.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen_css.h')
-rw-r--r--src/doxygen_css.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/doxygen_css.h b/src/doxygen_css.h
index bf88dbe..89b4cc9 100644
--- a/src/doxygen_css.h
+++ b/src/doxygen_css.h
@@ -407,6 +407,7 @@
" font-family: sans-serif;\n"
" margin:0.5em;\n"
"}\n"
+"/* these are for tree view when used as main index */\n"
".directory { \n"
" font-size: 9pt; \n"
" font-weight: bold; \n"
@@ -430,4 +431,28 @@
".directory img { \n"
" vertical-align: -30%; \n"
"}\n"
+"/* these are for tree view when not used as main index */\n"
+".directory-alt { \n"
+" font-size: 100%; \n"
+" font-weight: bold; \n"
+"}\n"
+".directory-alt h3 { \n"
+" margin: 0px; \n"
+" margin-top: 1em; \n"
+" font-size: 11pt; \n"
+"}\n"
+".directory-alt > h3 { \n"
+" margin-top: 0; \n"
+"}\n"
+".directory-alt p { \n"
+" margin: 0px; \n"
+" white-space: nowrap; \n"
+"}\n"
+".directory-alt div { \n"
+" display: none; \n"
+" margin: 0px; \n"
+"}\n"
+".directory-alt img { \n"
+" vertical-align: -30%; \n"
+"}\n"
"\n"