From 8ec4ffde270dfeeaf18308f4f521ba8e6af024d0 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 16 Oct 2017 10:35:35 +0200 Subject: [PATCH] In vertical tables, invert the bold styling the label is now in bold, and the value in a normal weight: - it is more usual - it allows the value to contain bold styling --- app/assets/stylesheets/new_design/table.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/assets/stylesheets/new_design/table.scss b/app/assets/stylesheets/new_design/table.scss index 43b37eb77..90903b7e3 100644 --- a/app/assets/stylesheets/new_design/table.scss +++ b/app/assets/stylesheets/new_design/table.scss @@ -36,17 +36,11 @@ th { @include vertical-padding($default-spacer); - font-weight: normal; &.header-section { color: $blue; - font-weight: bold; font-size: 20px; } } - - td { - font-weight: bold; - } } }