diff --git a/cover.xcf b/cover.xcf new file mode 100644 index 0000000..08b5351 Binary files /dev/null and b/cover.xcf differ diff --git a/index.css b/index.css index e2ce119..ea78374 100644 --- a/index.css +++ b/index.css @@ -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; @@ -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; @@ -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; }