bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2c16e586135741535a0a886c1163903a140d8517
commit 2c16e586135741535a0a886c1163903a140d8517 Author: Marcel Hollerbach <[email protected]> Date: Sun Apr 30 09:45:29 2017 +0200 docs: remove wrong line-height there was a 'line-height: 0%;' that resulted in unreadable edc code in the Edje Data Collection reference documentation page. Thank you Jeremy Suntheimer for spotting that! fix T5438 --- doc/e.css | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/e.css b/doc/e.css index 82914b4..3e9dffc 100644 --- a/doc/e.css +++ b/doc/e.css @@ -156,7 +156,6 @@ dl.el { .line { font-family: monospace, mono, fixed; font-size: 9pt; - line-height: 0%; } /* To avoid packed effect on bullet lists */ --
