Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update boilerplate CSS to new standards
  • Loading branch information
acabal committed Mar 2, 2022
1 parent 9051864 commit 3c8e1fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/epub/css/se.css
Expand Up @@ -2,7 +2,7 @@
@namespace epub "http://www.idpf.org/2007/ops";

/* This may appear in the colophon */
abbr.era{
abbr[epub|type~="se:era"]{
font-variant: all-small-caps;
}

Expand Down Expand Up @@ -34,6 +34,7 @@ section[epub|type~="imprint"] header{

img[epub|type~="z3998:publisher-logo"]{
max-width: 25%;
width: 220px;
}

section[epub|type~="colophon"] p,
Expand Down
4 changes: 2 additions & 2 deletions src/epub/images/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/epub/text/colophon.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="colophon" epub:type="colophon">
<header>
<h2 epub:type="title">Colophon</h2>
<img alt="The Standard Ebooks logo" src="../images/logo.svg" epub:type="z3998:publisher-logo se:image.color-depth.black-on-transparent"/>
<img alt="The Standard Ebooks logo." src="../images/logo.svg" epub:type="z3998:publisher-logo se:image.color-depth.black-on-transparent"/>
</header>
<p><i epub:type="se:name.publication.book">Something New</i><br/>
was published in 1915 by<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/epub/text/imprint.xhtml
Expand Up @@ -9,7 +9,7 @@
<section id="imprint" epub:type="imprint">
<header>
<h2 epub:type="title">Imprint</h2>
<img alt="The Standard Ebooks logo" src="../images/logo.svg" epub:type="z3998:publisher-logo se:image.color-depth.black-on-transparent"/>
<img alt="The Standard Ebooks logo." src="../images/logo.svg" epub:type="z3998:publisher-logo se:image.color-depth.black-on-transparent"/>
</header>
<p>This ebook is the product of many hours of hard work by volunteers for <a href="https://standardebooks.org">Standard Ebooks</a>, and builds on the hard work of other literature lovers made possible by the public domain.</p>
<p>This particular ebook is based on a transcription produced for <a href="https://www.gutenberg.org/ebooks/2042">Project Gutenberg</a> and on digital scans available at <a href="https://books.google.com/books?id=bG8WAAAAYAAJ">Google Books</a>.</p>
Expand Down

0 comments on commit 3c8e1fe

Please sign in to comment.