MediaWiki:Common.css: Difference between revisions

From ReformedWiki.org, the wiki for Reformed Christianity
mNo edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
#siteSub {
#siteSub {
     display: block;
     display: block;
}
<div class="notes-list">
<references group="note" />
</div>
.notes-list ol {
  font-size: 0.9em;
  color: #555;
}
.hatnote {
    font-style: italic;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
.hatnote a {
    font-style: normal;
}
}

Latest revision as of 02:34, 7 April 2026

/* CSS placed here will be applied to all skins */

#siteSub {
    display: block;
}

<div class="notes-list">
<references group="note" />
</div>

.notes-list ol {
  font-size: 0.9em;
  color: #555;
}


.hatnote {
    font-style: italic;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}

.hatnote a {
    font-style: normal;
}