diff options
Diffstat (limited to 'src/doxygen_css.h')
-rw-r--r-- | src/doxygen_css.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/doxygen_css.h b/src/doxygen_css.h index b3ae195..02161bd 100644 --- a/src/doxygen_css.h +++ b/src/doxygen_css.h @@ -303,11 +303,15 @@ "}\n" "\n" "hr {\n" -" height: 0;\n" +" height: 0px;\n" " border: none;\n" " border-top: 1px solid #666;\n" "}\n" "\n" +"hr.footer {\n" +" height: 1px;\n" +"}\n" +"\n" "/* @group Member Descriptions */\n" "\n" ".mdescLeft, .mdescRight,\n" |