summaryrefslogtreecommitdiffstats
path: root/src/doxygen_css.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-03-07 19:55:05 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-03-07 19:55:05 (GMT)
commitb43cd6311a712c01c2c8297fa00809730e504d70 (patch)
tree74a4cb6c6c83c3b41a92ba1da8df0235abd2dafe /src/doxygen_css.h
parent95fd5f1c991ee66f7122801276a133ebfce86aaa (diff)
downloadDoxygen-b43cd6311a712c01c2c8297fa00809730e504d70.zip
Doxygen-b43cd6311a712c01c2c8297fa00809730e504d70.tar.gz
Doxygen-b43cd6311a712c01c2c8297fa00809730e504d70.tar.bz2
Release-1.5.5-20080307
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"