stile tabelle

This commit is contained in:
Fabrizio T. 2024-11-09 15:42:42 +01:00
parent 72f22d0692
commit c773fbf5f1

View file

@ -29,9 +29,23 @@ p {
code { code {
font-family: 'Courier New', Courier, monospace; 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 { ul {
margin-top:15px; margin-top:15px;
} }