MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Reverted
Line 25: Line 25:
/* Consistent size for <small>, <sub> and <sup> */
/* Consistent size for <small>, <sub> and <sup> */
small {
small {
font-size: 85%;
font-size: 65%;
}
}


.mw-body-content sub,
.mw-body-content sub,
.mw-body-content sup {
.mw-body-content sup {
font-size: 80%;
font-size: 60%;
}
}