From 7f7665c2fd68b4bae83c773e3721b26a7eaa518a Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Tue, 28 Oct 2014 21:22:06 +0100 Subject: [PATCH] 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 --- doc/e.css | 1 + 1 file changed, 1 insertion(+) 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 {