Update boilerplate CSS

This commit is contained in:
Alex Cabal 2024-11-07 14:56:04 -06:00
parent 5fe0246f90
commit 8b4bee3018
3 changed files with 3 additions and 3 deletions

View file

@ -154,7 +154,7 @@ section > header + *{
} }
a[epub|type~="noteref"]{ a[epub|type~="noteref"]{
font-size: .75em; font-size: smaller;
font-style: normal !important; font-style: normal !important;
vertical-align: super; vertical-align: super;
} }

View file

@ -102,7 +102,7 @@ table{
table th, table th,
table td{ table td{
border: 1px solid black; border: 1px solid black;
padding: 0.5em; padding: .5em;
} }
table td{ table td{

View file

@ -43,7 +43,7 @@ section[epub|type~="imprint"] p{
} }
section[epub|type~="imprint"] p{ section[epub|type~="imprint"] p{
font-size: .75em; font-size: smaller;
text-align: justify; text-align: justify;
width: 75%; width: 75%;
} }