From 2cd747eb9f8ef08160d92fc9bb16a88e41c52af9 Mon Sep 17 00:00:00 2001 From: Tony Bark <35226681+tonytins@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:11:00 -0500 Subject: [PATCH] Fixed CSS - Centered logo --- book.toml | 9 +++++++++ src/epub/css/core.css => core.css | 0 src/epub/css/local.css => local.css | 0 src/epub/css/se.css => se.css | 0 src/epub/text/imprint.md | 5 ++++- 5 files changed, 13 insertions(+), 1 deletion(-) rename src/epub/css/core.css => core.css (100%) rename src/epub/css/local.css => local.css (100%) rename src/epub/css/se.css => se.css (100%) diff --git a/book.toml b/book.toml index 6b94e52..b4d1b31 100644 --- a/book.toml +++ b/book.toml @@ -3,3 +3,12 @@ title = "The House at Pooh Corner" authors = ["A. A. Milne"] description = "A stuffed bear goes on adventures in the woods with his friends." language = "en-GB" + +[build] +create-missing = false + +[output.html.search] +limit-results = 15 + +[output.html] +additional-css = ["core.css", "local.css", "se.css"] diff --git a/src/epub/css/core.css b/core.css similarity index 100% rename from src/epub/css/core.css rename to core.css diff --git a/src/epub/css/local.css b/local.css similarity index 100% rename from src/epub/css/local.css rename to local.css diff --git a/src/epub/css/se.css b/se.css similarity index 100% rename from src/epub/css/se.css rename to se.css diff --git a/src/epub/text/imprint.md b/src/epub/text/imprint.md index 900f402..13cb519 100644 --- a/src/epub/text/imprint.md +++ b/src/epub/text/imprint.md @@ -1,6 +1,9 @@ # Imprint -![The Standard Ebooks logo.](../images/logo.png) +
+ +
+ This ebook is the product of many hours of hard work by volunteers for [Standard Ebooks](https://standardebooks.org/), and builds on the hard work of other literature lovers made possible by the public domain.