From 6335e1ac8bd5f48c4a92d909184b6f8d42027c12 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 3 Sep 2017 15:59:40 -0400 Subject: [PATCH] Fix styling of tables inside notes/boxes --- assets/stylesheets/global/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/global/_base.scss b/assets/stylesheets/global/_base.scss index 6ef20692..37b5bc8c 100644 --- a/assets/stylesheets/global/_base.scss +++ b/assets/stylesheets/global/_base.scss @@ -157,6 +157,7 @@ th { } td { + background: $contentBackground; border-bottom: 1px solid $boxBorderLight; + td { border-left: 1px solid $boxBorderLight; }