Skip to content

Commit

Permalink
don't use sub- and superscript for overwriting. #5
Browse files Browse the repository at this point in the history
  • Loading branch information
wissenbach committed Mar 16, 2017
1 parent cbd4fae commit 9379eb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/document-transcript.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ svg.diplomatic .text.rewrite {
svg.diplomatic .text.under {
/* opacity: 0.5; */
font-size: 75%;
baseline-shift: sub;
/* baseline-shift: sub; */
}

svg.diplomatic .text.over {
/* font-weight: bold; */
font-weight: bold;
font-size: 135%;
baseline-shift: super;
/* baseline-shift: super; */
}

svg.diplomatic .text.interline {
Expand Down

0 comments on commit 9379eb6

Please sign in to comment.