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:
7da1647
)
eina: fix overlapped doxygen string output
author
Tae-Hwan Kim
<the81.kim@samsung.com>
Tue, 28 Oct 2014 20:22:06 +0000
(21:22 +0100)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Tue, 28 Oct 2014 20:22:11 +0000
(21:22 +0100)
Summary:
Add top padding to prevent overlapping between "Value:" and below
strings when long macro is used.
Reviewers: raster, cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1582
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
doc/e.css
patch
|
blob
|
history
diff --git
a/doc/e.css
b/doc/e.css
index 086c958156bb56c8a4a03ab024cf295cfb28df9e..82914b4b395f2351ee5e5d4c5fa8c85aae332417 100644
(file)
--- a/
doc/e.css
+++ b/
doc/e.css
@@
-150,6
+150,7
@@
dl.el {
font-family: monospace, mono, fixed;
font-size: 9pt;
white-space: pre;
+ padding-top: 10px;
}
.line {