Module:Chem2/styles.css
< Module:Chem2
Jump to navigation
Jump to search
Revision as of 03:40, 15 January 2022 by Tachyony (talk | contribs) (Created page with ".template-chem2-su { →{{pp-template}}: display: inline-block; font-size: 80%; line-height: 1; vertical-align: -0.35em; } .template-chem2-su > span { display: block; } →Ignore the linter error about this selector being "overqualified"; this is the correct selector to override the default stylesheet.: sub.template-chem2-sub { font-size: 80%; vertical-align: -0.35em; } sup.template-chem2-sup { font-size: 80%; vertical-align: 0.65em; }")
.template-chem2-su { /* {{pp-template}} */
display: inline-block;
font-size: 80%;
line-height: 1;
vertical-align: -0.35em;
}
.template-chem2-su > span {
display: block;
}
/* Ignore the linter error about this selector being "overqualified"; this is the
correct selector to override the default stylesheet. */
sub.template-chem2-sub {
font-size: 80%;
vertical-align: -0.35em;
}
sup.template-chem2-sup {
font-size: 80%;
vertical-align: 0.65em;
}