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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/doxygen_css.h b/src/doxygen_css.h
index 5a944bc..b9a0a8b 100644
--- a/src/doxygen_css.h
+++ b/src/doxygen_css.h
@@ -343,3 +343,16 @@
" font-style: italic;\n"
"}\n"
"/* End Styling for detailed member documentation */\n"
+"\n"
+"/* for the tree view */\n"
+".ftvtree {\n"
+" font-family: sans-serif;\n"
+" margin:0.5em;\n"
+"}\n"
+".directory { font-size: 9pt; font-weight: bold; }\n"
+".directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }\n"
+".directory > h3 { margin-top: 0; }\n"
+".directory p { margin: 0px; white-space: nowrap; }\n"
+".directory div { display: none; margin: 0px; }\n"
+".directory img { vertical-align: -30%; }\n"
+"\n"