1
Fork 0

Emphasize the caption and players' names of tournament table.

master
vonavi 2015-01-01 22:04:06 +03:00
parent a0c48f2199
commit 3852e43391
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
/* Tournament table */
table.tournament {
caption, tbody > tr > .name {
font-weight: bold;
}
thead > tr > th, thead > tr > td,
tfoot > tr > th, tfoot > tr > td,
tbody > tr > th, tbody > tr > td {