From 9379eb6db38182a3827ac4492545ce4abe440c41 Mon Sep 17 00:00:00 2001 From: moz Date: Thu, 16 Mar 2017 16:26:22 +0100 Subject: [PATCH] don't use sub- and superscript for overwriting. faustedition/faust-gen#5 --- css/document-transcript.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/document-transcript.css b/css/document-transcript.css index eed3c54..3e0a9f3 100644 --- a/css/document-transcript.css +++ b/css/document-transcript.css @@ -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 {