summaryrefslogtreecommitdiffstats
path: root/src/doxygen_css.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-01-24 22:18:59 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-01-24 22:18:59 (GMT)
commit3eb607c72338237e65fc44562b153db7ce4e0ac9 (patch)
tree2ceed71b80fa23429f6aeb4a62fe9ca3ea9499d1 /src/doxygen_css.h
parent05b70e8e2c6e0cda9b74fc99fd782d1977d298c9 (diff)
downloadDoxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.zip
Doxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.tar.gz
Doxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.tar.bz2
Release-1.6.2-20100124
Diffstat (limited to 'src/doxygen_css.h')
-rw-r--r--src/doxygen_css.h6
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"