diff options
Diffstat (limited to 'src/doxygen.css')
-rw-r--r-- | src/doxygen.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/doxygen.css b/src/doxygen.css index 30b6261..831831a 100644 --- a/src/doxygen.css +++ b/src/doxygen.css @@ -417,11 +417,14 @@ table.memberdecls { } .memname { - white-space: nowrap; font-weight: bold; margin-left: 6px; } +.memname td { + vertical-align: bottom; +} + .memproto, dl.reflist dt { border-top: 1px solid ##B4; border-left: 1px solid ##B4; |