summaryrefslogtreecommitdiffstats
path: root/src/doxygen_css.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-05-18 11:56:00 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2008-05-18 11:56:00 (GMT)
commit6cd51b02bf9b37f785fcd26648d1f9071205a2be (patch)
treee85f15dbfa5b5c3a1d2eb4031c403ae367dd15a8 /src/doxygen_css.h
parent2f0a01b60fb0cb5f2fb42510039c22eabd86e786 (diff)
downloadDoxygen-6cd51b02bf9b37f785fcd26648d1f9071205a2be.zip
Doxygen-6cd51b02bf9b37f785fcd26648d1f9071205a2be.tar.gz
Doxygen-6cd51b02bf9b37f785fcd26648d1f9071205a2be.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"