summaryrefslogtreecommitdiffstats
path: root/src/doxygen_css.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2006-03-27 18:37:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2006-03-27 18:37:02 (GMT)
commit6f84cba4db755b69633ad66f6efbbaf94ca8df81 (patch)
tree70ca7fc96667c6c2dc67627660da9686dbb8d52f /src/doxygen_css.h
parentc8b3a0f8232656c1a11c185d595f19eb65c56c82 (diff)
downloadDoxygen-6f84cba4db755b69633ad66f6efbbaf94ca8df81.zip
Doxygen-6f84cba4db755b69633ad66f6efbbaf94ca8df81.tar.gz
Doxygen-6f84cba4db755b69633ad66f6efbbaf94ca8df81.tar.bz2
Release-1.4.6-20060327
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"