From 768509c99a5e7b37a71bb2e49e3f668c4319812f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 12 Feb 2014 18:22:22 +0900 Subject: [PATCH] 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
) to 70%. This looks about right. See rEFL0a97a74319256db53fb6e8704b77eb21f92e95a8 --- legacy/elementary/doc/img/edoxy.css | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/elementary/doc/img/edoxy.css b/legacy/elementary/doc/img/edoxy.css index ace425bbb5..c4d5f146fa 100644 --- a/legacy/elementary/doc/img/edoxy.css +++ b/legacy/elementary/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;