From: wojtask9 Date: Fri, 27 Sep 2019 12:22:31 +0000 (+0200) Subject: Remove duplicated td selector (#29454) X-Git-Tag: v5.0.0-alpha1~755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2dff864aa09140dd7edc6b5e27ecf590f2f7fa5;p=thirdparty%2Fbootstrap.git Remove duplicated td selector (#29454) --- diff --git a/scss/_tables.scss b/scss/_tables.scss index 288f3b44b5..d5b3cddf21 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -19,10 +19,6 @@ vertical-align: inherit; } - td { - border-bottom: $table-border-width solid $table-border-color; - } - thead th { vertical-align: bottom; border-bottom-color: $table-head-border-color;