edcref: keep properties name aligned with their parameters.

Also make them bold
This commit is contained in:
Davide Andreoli 2014-08-07 13:45:14 +02:00
parent 8fe920ee79
commit 9ebc480e91
1 changed files with 14 additions and 0 deletions

View File

@ -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;
}