Show primary key cells in bold without affecting columns called 'link', closes #1308

This commit is contained in:
Simon Willison 2021-04-23 23:07:37 -07:00
commit a4bb2abce0

View file

@ -432,7 +432,7 @@ td {
vertical-align: top; vertical-align: top;
white-space: pre-wrap; white-space: pre-wrap;
} }
td.col-link { td.type-pk {
font-weight: bold; font-weight: bold;
} }
td em { td em {