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.
efl-1.9
Jean-Philippe Andre 10 years ago
parent 642f2ecca9
commit 0a97a74319
  1. 1
      doc/img/edoxy.css

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

Loading…
Cancel
Save