Hack doxygen CSS to avoid stupid margins in modules listing
This commit is contained in:
parent
f3ee216715
commit
915a23fd16
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue