MediaWiki:Common.css: Difference between revisions

From Ediaqi Wiki
(Created page with "→‎CSS placed here will be applied to all skins: →‎Make reference list font size the same as regular text: .mw-parser-output .reflist { font-size: 100%; } →‎Remove the extra space in front of references in reflist: #cite_note-1 { list-style: none outside none; }")
(No difference)

Revision as of 15:47, 24 January 2025

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

/* Make reference list font size the same as regular text */
.mw-parser-output .reflist {
    font-size: 100%;
}

/* Remove the extra space in front of references in reflist */
#cite_note-1 {
    list-style: none outside none;
}