From c773fbf5f16354642a401bc43c5117ea6df54303 Mon Sep 17 00:00:00 2001 From: Fabrizio T Date: Sat, 9 Nov 2024 15:42:42 +0100 Subject: [PATCH] stile tabelle --- src/theme.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/theme.css b/src/theme.css index 22f637f..12e7682 100644 --- a/src/theme.css +++ b/src/theme.css @@ -29,9 +29,23 @@ p { code { font-family: 'Courier New', Courier, monospace; } -th { - font-weight: normal; + +table { + border-spacing: 0; + border-collapse: collapse; + margin: 1em 0 0; + width: 100%; } +th, td { + padding: 2px 0 2px 2px; + border-width: 1px; + border-style: solid; +} +th { + font-weight: bold; + text-align: left; +} + ul { margin-top:15px; }