Adjust pitch accent style again
Decided I like it this way the most
This commit is contained in:
parent
94c68b4e26
commit
0cd530585f
|
@ -248,7 +248,7 @@ def __replace_accent_symbols(soup, media_dir):
|
||||||
elm.name = "span"
|
elm.name = "span"
|
||||||
elm.clear()
|
elm.clear()
|
||||||
elm.append(img)
|
elm.append(img)
|
||||||
elm.attrs["style"] = "vertical-align: super; margin-left: -0.5em;"
|
elm.attrs["style"] = "vertical-align: super; margin-left: -0.25em;"
|
||||||
|
|
||||||
|
|
||||||
def __convert_gaiji(soup, media_dir):
|
def __convert_gaiji(soup, media_dir):
|
||||||
|
|
Loading…
Reference in a new issue