[C&K] Add subtitle CSS

This commit is contained in:
vr8hub 2019-10-25 23:17:35 -05:00
parent a8276fcec8
commit 097c62a36d

View File

@ -1,2 +1,7 @@
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
span[epub|type~="subtitle"]{
display: block;
font-weight: normal;
}