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; }")
 
mNo edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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;
}

Latest revision as of 04:47, 25 January 2025

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