From 98aa9f3579fdcbd30b753aa2e7db4cd84e9a20d5 Mon Sep 17 00:00:00 2001 From: Kognise Date: Sat, 6 Apr 2019 19:10:19 -0400 Subject: [PATCH] Misc. formatting update --- src/parts/_misc.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/parts/_misc.scss b/src/parts/_misc.scss index 383762f..45762b8 100644 --- a/src/parts/_misc.scss +++ b/src/parts/_misc.scss @@ -12,13 +12,10 @@ table { margin-bottom: 10px; } -td, -th { +td, th { padding: 5px; } -table, -th, -td { +table, th, td { border: 1px solid $border; -} +} \ No newline at end of file