diff options
author | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-04-30 09:45:29 +0200 |
---|---|---|
committer | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-04-30 09:49:02 +0200 |
commit | 2c16e586135741535a0a886c1163903a140d8517 (patch) | |
tree | b4a28f1a8770d70092eaee9c936c0b83ad4fc894 /doc | |
parent | 19c65cdc8deaf8f91b1ca30f3b537f7bd32aef76 (diff) | |
download | efl-2c16e586135741535a0a886c1163903a140d8517.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/e.css | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |