From: Vladimír Vondruš Date: Wed, 17 Jan 2018 00:43:40 +0000 (+0100) Subject: css: properly restrict styling to tables marked as .m-table. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=46951527e35916f42b00ca758671be323c86b3d8;p=blog.git css: properly restrict styling to tables marked as .m-table. --- 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;