MediaWiki:Common.css: Difference between revisions

Fix TOC and Heading padding
Fix syntax error preventing TOC styles
Line 883: Line 883:
#content h2 {
#content h2 {
     border-bottom: 2px solid #7d6b54;
     border-bottom: 2px solid #7d6b54;
     font-family: " PT Serif\, Georgia, serif;
     font-family: 'PT Serif', Georgia, serif;
color: #4a3c28;
    color: #4a3c28;
margin-top: 1.5em;
    margin-top: 1.5em;
padding-bottom: 2px;
    padding-bottom: 2px;
}
}
#content h3 {
#content h3 {
font-family: \PT Serif\, Georgia, serif;
    font-family: 'PT Serif', Georgia, serif;
color: #4a3c28;
    color: #4a3c28;
}
}