projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
642f2ec
)
Doxygen: Reduce line gap in code fragments
author
Jean-Philippe Andre
<jp.andre@samsung.com>
Wed, 12 Feb 2014 09:22:22 +0000
(18:22 +0900)
committer
Jean-Philippe Andre
<jp.andre@samsung.com>
Thu, 13 Feb 2014 02:24:48 +0000
(11:24 +0900)
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.
doc/img/edoxy.css
patch
|
blob
|
history
diff --git
a/doc/img/edoxy.css
b/doc/img/edoxy.css
index ace425bbb5ddcff63fc78d2e8cbbeb8c070190d9..c4d5f146fa213de4e5b18b03a992d25ea2928392 100644
(file)
--- 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;