diff options
Diffstat (limited to 'src/doxygen.css')
-rw-r--r-- | src/doxygen.css | 6 |
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, |