From 46951527e35916f42b00ca758671be323c86b3d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 17 Jan 2018 01:43:40 +0100 Subject: [PATCH] css: properly restrict styling to tables marked as .m-table. --- css/m-components.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/css/m-components.css b/css/m-components.css index 813cad2d..d0b7b80f 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -801,13 +801,13 @@ table.m-table th { table.m-table th.m-thin { font-weight: normal; } -table.m-table td.m-default, th.m-default, -table.m-table td.m-primary, th.m-primary, -table.m-table td.m-success, th.m-success, -table.m-table td.m-warning, th.m-warning, -table.m-table td.m-danger, th.m-danger, -table.m-table td.m-info, th.m-info, -table.m-table td.m-dim, th.m-dim { +table.m-table td.m-default, table.m-table th.m-default, +table.m-table td.m-primary, table.m-table th.m-primary, +table.m-table td.m-success, table.m-table th.m-success, +table.m-table td.m-warning, table.m-table th.m-warning, +table.m-table td.m-danger, table.m-table th.m-danger, +table.m-table td.m-info, table.m-table th.m-info, +table.m-table td.m-dim, table.m-table th.m-dim { padding-left: 0.4375rem; padding-right: 0.4375rem; border-left-width: 0.0625rem; -- 2.30.2