summaryrefslogtreecommitdiffstats
path: root/src/doxygen.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.css')
-rw-r--r--src/doxygen.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/doxygen.css b/src/doxygen.css
index 985d89d..2691c25 100644
--- a/src/doxygen.css
+++ b/src/doxygen.css
@@ -343,3 +343,15 @@ HR { height: 1px;
font-style: italic;
}
/* End Styling for detailed member documentation */
+
+/* for the tree view */
+.ftvtree {
+ font-family: sans-serif;
+ margin:0.5em;
+}
+.directory { font-size: 9pt; font-weight: bold; }
+.directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
+.directory > h3 { margin-top: 0; }
+.directory p { margin: 0px; white-space: nowrap; }
+.directory div { display: none; margin: 0px; }
+.directory img { vertical-align: -30%; }