Skip to content

Commit 2d28313

Browse files
committed
Corrected style for link in first column of property index.
1 parent 41cc026 commit 2d28313

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

default.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,9 @@ table.definition-table td.footnote:before {
505505
border-top: thin solid;
506506
}
507507

508-
/* I don't know what this is for */
509-
table.proptable td .property {
508+
/* The link in the first column in the property table (formerly a TD) */
509+
table.proptable td .property,
510+
table.proptable th .property {
510511
display: block;
511512
text-align: left;
512513
font-weight: bold;

0 commit comments

Comments
 (0)