summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTae-Hwan Kim <the81.kim@samsung.com>2014-10-28 21:22:06 +0100
committerCedric BAIL <cedric@osg.samsung.com>2014-10-28 21:22:11 +0100
commit7f7665c2fd68b4bae83c773e3721b26a7eaa518a (patch)
tree7643a0e1a86f8f8813ddb7687b1b616126c256ae /doc
parent7da16471675097f8d64d38092938e4c61dfb4bf3 (diff)
downloadefl-7f7665c2fd68b4bae83c773e3721b26a7eaa518a.tar.gz
eina: fix overlapped doxygen string output
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/e.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/e.css b/doc/e.css
index 086c958156..82914b4b39 100644
--- 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 {