From 09af834b1e90890dae8ba5fcb86a23efdbbe944d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 14 Oct 2016 13:56:57 +0200 Subject: [PATCH] Fix bold font in tables --- app/static/src/sass/global/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 207666cf..4d29b5e3 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -59,7 +59,7 @@ h3 { @include margin-bottom(1); } -main p, main ul.unstyled-list, main ul[class=""] { +main p, main ul.unstyled-list, main ul[class=""], main td { @include margin-top(0); @include margin-bottom(1); @include line-height(1.25); -- 2.39.5