From 12fa00f6552533eb2e83ba280fb7646c0c69f069 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 12 Feb 2014 18:22:22 +0900 Subject: 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 --- doc/img/edoxy.css | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/img/edoxy.css b/doc/img/edoxy.css index ace425bbb..c4d5f146f 100644 --- a/doc/img/edoxy.css +++ b/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; -- cgit v1.2.1