chiark / gitweb /
css: align tables to center by default.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 18 Oct 2017 12:52:46 +0000 (14:52 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 22 Oct 2017 13:35:13 +0000 (15:35 +0200)
For consistency with images, figures etc.

css/m-components.css

index 768f729d026829bc9de9f6a96a04664a647d7815..6b1f79d342b4a2b71ca09140d7987823a24064df 100644 (file)
@@ -600,6 +600,8 @@ dl.m-diary dd {
 /* Tables */
 table.m-table {
   border-collapse: collapse;
+  margin-left: auto;
+  margin-right: auto;
 }
 div.m-scroll > table.m-table:last-child {
   margin-bottom: 0.0625rem;