From 9ebc480e91c16ec40e5b2b93c0c6751f8948f8b0 Mon Sep 17 00:00:00 2001 From: davemds Date: Thu, 7 Aug 2014 13:45:14 +0200 Subject: [PATCH] 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 551f009fcd..dd111c0d48 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; +} + + + +