From 3852e433913f7699d961255f1ff769beaf9608fc Mon Sep 17 00:00:00 2001 From: vonavi Date: Thu, 1 Jan 2015 22:04:06 +0300 Subject: [PATCH] Emphasize the caption and players' names of tournament table. --- _scss/table.custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_scss/table.custom.scss b/_scss/table.custom.scss index 5060491..ddb0c55 100644 --- a/_scss/table.custom.scss +++ b/_scss/table.custom.scss @@ -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 {