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>
Thu, 13 Feb 2014 02:24:48 +0000 (11:24 +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.

doc/img/edoxy.css

index ace425bbb5ddcff63fc78d2e8cbbeb8c070190d9..c4d5f146fa213de4e5b18b03a992d25ea2928392 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;