visually distinguish table-headings from content
This commit is contained in:
parent
ea46e05c03
commit
5d3614e072
@ -173,9 +173,17 @@ ul.inside li, ol.inside li {
|
|||||||
#content table th {
|
#content table th {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content table th {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content table td {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#content table th.sub1 {
|
#content table th.sub1 {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user