Skip to content

Commit

Permalink
AO3-5626 Actually fix overlay text when download has child related wo…
Browse files Browse the repository at this point in the history
…rks (#4650)

* AO3-5626 Fix overlapping text when download has child related works

* AO3-5626 Remove it from the other file
  • Loading branch information
sarken authored Oct 31, 2023
1 parent f2de69b commit d876523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions app/views/layouts/barebones.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
.meta dl.tags { border: 1px solid; padding: 1em; }
.meta dd { margin: -1em 0 0 10em; }
.meta .endnote-link { font-size: .8em; }
/* List child related works under the labeling dt */
#afterword .meta dd { margin: 1em 0 0 1em; }
#chapters { font-family: "Nimbus Roman No9 L", "Times New Roman", serif; padding: 1em; }
.userstuff { font-family: "Nimbus Roman No9 L", "Times New Roman", serif; padding: 1em; }
/* Invisible headings to help Calibre make a Table of Contents */
Expand Down
5 changes: 0 additions & 5 deletions public/stylesheets/ebooks.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
margin-bottom: 0;
}

/* list child related works under the labeling dt */
#afterword .meta dd {
margin: 1em 0 0 1em;
}

#chapters, .userstuff {
font-family: serif;
padding: 0;
Expand Down

0 comments on commit d876523

Please sign in to comment.