From: davemds Date: Thu, 7 Aug 2014 11:45:14 +0000 (+0200) Subject: edcref: keep properties name aligned with their parameters. X-Git-Tag: v1.11.0-beta2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ebc480e91c16ec40e5b2b93c0c6751f8948f8b0;p=platform%2Fupstream%2Fefl.git edcref: keep properties name aligned with their parameters. Also make them bold --- 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; +} + + + +