Skip to content

Commit

Permalink
Style footnotes in ebooks
Browse files Browse the repository at this point in the history
Add cover.xcf
  • Loading branch information
czerwonamaupa committed Feb 8, 2018
1 parent e7f120d commit 8cb5c09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Binary file added cover.xcf
Binary file not shown.
10 changes: 8 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ h2, p.author, p.publisher
font-size: 1.5rem;
line-height: 1;
text-align: center;
text-transform: uppercase; }
text-transform: uppercase;
text-indent: 0; }

p.company, p.copyright, p.printed, p.digitised
{ font-weight: 600;
Expand All @@ -32,7 +33,8 @@ p.company, p.copyright, p.printed, p.digitised
font-size: 1rem;
line-height: 1;
text-align: center;
text-transform: uppercase; }
text-transform: uppercase;
text-indent: 0; }

p
{ font-size: 1.2rem;
Expand Down Expand Up @@ -91,3 +93,7 @@ section p:first-of-type, p.date

section#new-introductory-lectures-on-psycho-analysis > h1:first-of-type
{ display: none; }

.footnote-ref
{ font-size: small;
vertical-align: text-top; }

0 comments on commit 8cb5c09

Please sign in to comment.