Topic on Talk:Design/Typography

Line spacing - footnotes

2
Summary by Volker E. (WMF)

Resolved with current way MW main themes are dealing with.

Siebrand (talkcontribs)

One important consideration in line spacing is the placement of supertext footnote references. These create uneven line spacing currently.

This post was posted by Siebrand, but signed as Amire80.

Volker E. (WMF) (talkcontribs)

This is taken care of by a specific setting in shared.css for all MediaWiki skins.

/* Prevent citations and subscripts from interfering with the line-height */
sup,
sub {
	line-height: 1;
}