Template:Sfrac/styles.css: Difference between revisions
Jump to navigation
Jump to search
En:Wp>Beland fix problems with numerals colliding with horizontal bar |
m 1 revision imported: Importing template Sfrac |
(No difference)
| |
Latest revision as of 03:05, 15 July 2026
/* {{pp|small=y}} */
.sfrac {
white-space: nowrap;
}
.sfrac.tion,
.sfrac .tion {
display: inline-block;
vertical-align: -0.5em;
font-size: 85%;
text-align: center;
margin-left: .1em;
margin-right: .1em;
}
.sfrac .num {
display: block;
border-bottom: 1px solid;
}
.sfrac .den {
display: block;
line-height: 1.5em;
}
/* [[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 */
}