Skip to content

Commit

Permalink
don't use larger font size for overwriting. #5
Browse files Browse the repository at this point in the history
  • Loading branch information
wissenbach committed Mar 16, 2017
1 parent 9379eb6 commit a3838b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/document-transcript.css
Expand Up @@ -131,13 +131,13 @@ svg.diplomatic .text.rewrite {

svg.diplomatic .text.under {
/* opacity: 0.5; */
font-size: 75%;
font-size: 9pt;
/* baseline-shift: sub; */
}

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

Expand Down

0 comments on commit a3838b0

Please sign in to comment.