From 0c93148851e215ebf0e67a782d09f29c29af2c07 Mon Sep 17 00:00:00 2001 From: fatchan Date: Fri, 20 Dec 2019 06:51:07 +0100 Subject: [PATCH] chrome doesnt like revert --- gulp/res/css/themes/tomorrow.css | 2 +- gulp/res/css/themes/tomorrow2.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulp/res/css/themes/tomorrow.css b/gulp/res/css/themes/tomorrow.css index b95d606f..4e2ff045 100644 --- a/gulp/res/css/themes/tomorrow.css +++ b/gulp/res/css/themes/tomorrow.css @@ -31,7 +31,7 @@ table { border: none; - border-spacing: revert; + border-spacing: 2px; } @media only screen and (max-width: 600px) { diff --git a/gulp/res/css/themes/tomorrow2.css b/gulp/res/css/themes/tomorrow2.css index 0f269ee6..e5adcb01 100644 --- a/gulp/res/css/themes/tomorrow2.css +++ b/gulp/res/css/themes/tomorrow2.css @@ -43,7 +43,7 @@ table { border: none; - border-spacing: revert; + border-spacing: 2px; } @media only screen and (max-width: 600px) {