chiark / gitweb /
css: properly restrict styling to tables marked as .m-table.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 17 Jan 2018 00:43:40 +0000 (01:43 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 17 Jan 2018 00:46:32 +0000 (01:46 +0100)
css/m-components.css

index 813cad2d918c47d43840b9ed095a97df796af56f..d0b7b80f088117be01169de9bdeebf44697c22be 100644 (file)
@@ -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;