davemds pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9ebc480e91c16ec40e5b2b93c0c6751f8948f8b0
commit 9ebc480e91c16ec40e5b2b93c0c6751f8948f8b0 Author: davemds <d...@gurumeditation.it> Date: Thu Aug 7 13:45:14 2014 +0200 edcref: keep properties name aligned with their parameters. Also make them bold --- doc/e.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/e.css b/doc/e.css index 551f009..dd111c0 100644 --- a/doc/e.css +++ b/doc/e.css @@ -953,3 +953,17 @@ dl.citelist dd { background-color: #a0a0a0; text-shadow: 0px 1px 0px #cccccc; } + +/* EdcRef page specific styles */ + +table.edcref td { + vertical-align: top; +} + +table.edcref td.property, table.edcref td.parameters { + font-weight: bold; +} + + + + --