jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=12fa00f6552533eb2e83ba280fb7646c0c69f069

commit 12fa00f6552533eb2e83ba280fb7646c0c69f069
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Feb 12 18:22:22 2014 +0900

    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.
    
    See rEFL0a97a74319256db53fb6e8704b77eb21f92e95a8
---
 doc/img/edoxy.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/img/edoxy.css b/doc/img/edoxy.css
index ace425b..c4d5f14 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;

-- 


Reply via email to