summaryrefslogtreecommitdiff
path: root/doc/img
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-13 11:24:48 +0900
commit0a97a74319256db53fb6e8704b77eb21f92e95a8 (patch)
tree71a6a14f2a0fbaedf70411dd799b95929136adce /doc/img
parent642f2ecca9350548c6f260edfcd7e2f58d2de662 (diff)
downloadefl-0a97a74319256db53fb6e8704b77eb21f92e95a8.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.
Diffstat (limited to 'doc/img')
-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 ace425bbb5..c4d5f146fa 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;