summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2014-02-12 18:22:22 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2014-02-21 11:30:51 +0900
commit12fa00f6552533eb2e83ba280fb7646c0c69f069 (patch)
tree54cf97b8a6e17490541076c032feed4acd0a5938 /doc
parent84b86d881a6589f662c66b5ba157daef96c0d637 (diff)
downloadelementary-12fa00f6552533eb2e83ba280fb7646c0c69f069.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/img/edoxy.css1
1 files changed, 1 insertions, 0 deletions
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;