Skip to content

Commit

Permalink
Update core.css to use relative font size for endnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Nov 7, 2024
1 parent f41e3f6 commit 047269d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion se/data/templates/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ section > header + *{
}

a[epub|type~="noteref"]{
font-size: .75em;
font-size: smaller;
font-style: normal !important;
vertical-align: super;
}
Expand Down
2 changes: 1 addition & 1 deletion se/data/templates/se.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ section > header + *{
}

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

a[epub|type~="noteref"]{
font-size: .75em;
font-size: smaller;
font-style: normal !important;
vertical-align: super;
}
Expand Down

0 comments on commit 047269d

Please sign in to comment.