visually distinguish table-headings from content

This commit is contained in:
Robin Gareus 2017-04-16 14:30:48 +02:00
parent ea46e05c03
commit 5d3614e072

View File

@ -173,9 +173,17 @@ ul.inside li, ol.inside li {
#content table th {
margin: 0;
padding: .5em;
}
#content table th {
font-weight: bold;
}
#content table td {
font-weight: normal;
}
#content table th.sub1 {
padding-left: 2em;
}