summaryrefslogtreecommitdiffstats
path: root/src/doxygen_css.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2008-05-18 11:56:00 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2008-05-18 11:56:00 (GMT)
commit266542ab877882e802a3e189ca3f3535dd9e048a (patch)
treee85f15dbfa5b5c3a1d2eb4031c403ae367dd15a8 /src/doxygen_css.h
parentb4f20f70abd663b3d8e5889e1fe582dfe980b7a2 (diff)
downloadDoxygen-266542ab877882e802a3e189ca3f3535dd9e048a.zip
Doxygen-266542ab877882e802a3e189ca3f3535dd9e048a.tar.gz
Doxygen-266542ab877882e802a3e189ca3f3535dd9e048a.tar.bz2
Release-1.5.6
Diffstat (limited to 'src/doxygen_css.h')
-rw-r--r--src/doxygen_css.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/doxygen_css.h b/src/doxygen_css.h
index 89b4cc9..2c42fd5 100644
--- a/src/doxygen_css.h
+++ b/src/doxygen_css.h
@@ -417,6 +417,21 @@
" margin-top: 1em; \n"
" font-size: 11pt; \n"
"}\n"
+"\n"
+"/* The following two styles can be used to replace the root node title */\n"
+"/* with an image of your choice. Simply uncomment the next two styles, */\n"
+"/* specify the name of your image and be sure to set \'height\' to the */\n"
+"/* proper pixel height of your image. */\n"
+"\n"
+"/* .directory h3.swap { */\n"
+"/* height: 61px; */\n"
+"/* background-repeat: no-repeat; */\n"
+"/* background-image: url(\"yourimage.gif\"); */\n"
+"/* } */\n"
+"/* .directory h3.swap span { */\n"
+"/* display: none; */\n"
+"/* } */\n"
+"\n"
".directory > h3 { \n"
" margin-top: 0; \n"
"}\n"