cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7f7665c2fd68b4bae83c773e3721b26a7eaa518a

commit 7f7665c2fd68b4bae83c773e3721b26a7eaa518a
Author: Tae-Hwan Kim <[email protected]>
Date:   Tue Oct 28 21:22:06 2014 +0100

    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 <[email protected]>
---
 doc/e.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/e.css b/doc/e.css
index 086c958..82914b4 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 {

-- 


Reply via email to