Doxygen: Reduce line gap in code fragments

Code should look compact, why use small fonts otherwise?
Reduce the gap between code lines (stored as separate <div>)
to 70%. This looks about right.
This commit is contained in:
Jean-Philippe Andre 2014-02-12 18:22:22 +09:00
parent 642f2ecca9
commit 0a97a74319
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ DIV.fragment {
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
line-height: 70%;
}
PRE.fragment {
font-family: monospace, fixed;