Skip to content

Commit

Permalink
try this one
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang authored Feb 21, 2025
1 parent 896b6ca commit 3f6be1f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Desktop/html/css/jasp.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,22 @@ td.symbol {
padding-left: 0 ;
}

/* Customed superscripts and subscripts to maintain consistent vertical alignment and line height */
td sub, td sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

td sup {
top: -0.5em;
}

td sub {
bottom: -0.25em;
}

td {
text-align: right ;
vertical-align: middle ;
Expand Down

0 comments on commit 3f6be1f

Please sign in to comment.