MediaWiki:Common.css: Difference between revisions

From Indoor Air Quality Wiki
mNo edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.op-section-title {
    color: #202122;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #a2a9b1;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    padding-bottom: 0.2em;
}

Revision as of 10:42, 21 May 2026

/* CSS placed here will be applied to all skins */
.op-section-title {
    color: #202122;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #a2a9b1;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    padding-bottom: 0.2em;
}