More actions
Created page with "→{{pp|small=y}}: .sfrac { white-space: nowrap; } .sfrac.tion, .sfrac .tion { display: inline-block; vertical-align: -0.5em; font-size: 85%; text-align: center; } .sfrac .num { display: block; line-height: 1em; margin: 0.0em 0.1em; border-bottom: 1px solid; } .sfrac .den { display: block; line-height: 1em; margin: 0.1em 0.1em; } →[[Template:Screen reader-only]] is canonical implementation onwiki: .sr-only { border: 0; clip: rect(0, 0, 0, 0); /* r..." |
No edit summary |
||
| Line 1: | Line 1: | ||
.sfrac { | .sfrac { | ||
white-space: nowrap; | white-space: nowrap; | ||
Latest revision as of 10:50, 8 April 2025
.sfrac {
white-space: nowrap;
}
.sfrac.tion,
.sfrac .tion {
display: inline-block;
vertical-align: -0.5em;
font-size: 85%;
text-align: center;
}
.sfrac .num {
display: block;
line-height: 1em;
margin: 0.0em 0.1em;
border-bottom: 1px solid;
}
.sfrac .den {
display: block;
line-height: 1em;
margin: 0.1em 0.1em;
}
/* [[Template:Screen reader-only]] is canonical implementation onwiki */
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0); /* removed from CSS */
clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
/* white-space: nowrap; /* already have nowrap above */
}