table.m-table th {
text-align: left;
}
+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>
Rows are highlighted on hover, if you want to disable that, put :css:`.m-flat`
-CSS class on the :html:`<table>` element. Similarly to other components, you
-can color particular :html:`<tr>` or :html:`<td>` elements using the color
-classes from above:
+CSS class on the :html:`<table>` element. You can also put :css:`.m-thin` onto
+:html:`<th>` elements to remove the bold styling. Similarly to other
+components, you can color particular :html:`<tr>` or :html:`<td>` elements
+using the color classes from above:
.. raw:: html