summaryrefslogtreecommitdiffstats
path: root/src/doxygen.css
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
parent05b70e8e2c6e0cda9b74fc99fd782d1977d298c9 (diff)
downloadDoxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.zip
Doxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.tar.gz
Doxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.tar.bz2
Release-1.6.2-20100124
Diffstat (limited to 'src/doxygen.css')
-rw-r--r--src/doxygen.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/doxygen.css b/src/doxygen.css
index b057a92..d93c02d 100644
--- a/src/doxygen.css
+++ b/src/doxygen.css
@@ -303,11 +303,15 @@ th.dirtab {
}
hr {
- height: 0;
+ height: 0px;
border: none;
border-top: 1px solid #666;
}
+hr.footer {
+ height: 1px;
+}
+
/* @group Member Descriptions */
.mdescLeft, .mdescRight,