commit 99d1733845307e3437b0f8f529a91125d09c3ed3 parent ee567b206dd73dc19a939278a7d034ff6cfbb743 Author: Matsuda Kenji <info@mtkn.jp> Date: Tue, 16 Jan 2024 08:08:05 +0900 add table grids Diffstat:
M | man/style.css | | | 9 | +++++++++ |
M | pub/style.css | | | 9 | +++++++++ |
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/man/style.css b/man/style.css @@ -26,6 +26,15 @@ figcaption { font-style: italic; } +table { + border-collapse: collapse; +} + +table th, +table td { + border: 1px solid; +} + img { max-width: 100%; } diff --git a/pub/style.css b/pub/style.css @@ -26,6 +26,15 @@ figcaption { font-style: italic; } +table { + border-collapse: collapse; +} + +table th, +table td { + border: 1px solid; +} + img { max-width: 100%; }