diff options
Diffstat (limited to 'src/doxygen_css.h')
-rw-r--r-- | src/doxygen_css.h | 15 |
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" |