Doxygen: Reduce line gap in code fragments
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 12 Feb 2014 09:22:22 +0000 (18:22 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 21 Feb 2014 02:30:51 +0000 (11:30 +0900)
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.

See rEFL0a97a74319256db53fb6e8704b77eb21f92e95a8

doc/img/edoxy.css

index ace425b..c4d5f14 100644 (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;