Update boilerplate CSS

This commit is contained in:
Alex Cabal 2024-11-07 14:56:04 -06:00
parent e14df520a5
commit ad1f0d3638
3 changed files with 2 additions and 3 deletions

View file

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

View file

@ -25,7 +25,6 @@ table tbody td:last-child{
text-align: right;
}
/* All epigraphs */
[epub|type~="epigraph"]{
font-style: italic;

View file

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