Hack doxygen CSS to avoid stupid margins in modules listing

This commit is contained in:
Thomas Graf 2011-07-27 17:01:34 +02:00
parent f3ee216715
commit 915a23fd16

View file

@ -361,6 +361,15 @@ table.memberdecls {
padding: 1px 0 0 8px;
}
.mdescRight > p {
padding: 0px;
margin: 0px;
}
.mdescRight > br {
font-size: 0pt;
}
.mdescLeft, .mdescRight {
padding: 0px 8px 4px 8px;
color: #555;