eina: fix overlapped doxygen string output
authorTae-Hwan Kim <the81.kim@samsung.com>
Tue, 28 Oct 2014 20:22:06 +0000 (21:22 +0100)
committerCedric 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

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 {