From 9e64a9bbbfe6ba062e189e96bc05052e614f6f30 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 16 Aug 2022 18:47:18 -0700 Subject: [PATCH] Remove 2018 edition theme. --- 2018-edition/book.toml | 2 +- 2018-edition/src/theme/2018-edition.css | 9 ------ 2018-edition/src/theme/index.hbs | 37 ------------------------- 3 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 2018-edition/src/theme/2018-edition.css delete mode 100644 2018-edition/src/theme/index.hbs diff --git a/2018-edition/book.toml b/2018-edition/book.toml index 9c71e2a9..03b59090 100644 --- a/2018-edition/book.toml +++ b/2018-edition/book.toml @@ -3,5 +3,5 @@ title = "The Rust Programming Language" author = "Steve Klabnik and Carol Nichols, with Contributions from the Rust Community" [output.html] -additional-css = ["ferris.css", "src/theme/2018-edition.css"] +additional-css = ["ferris.css"] additional-js = ["ferris.js"] diff --git a/2018-edition/src/theme/2018-edition.css b/2018-edition/src/theme/2018-edition.css deleted file mode 100644 index b1dcf936..00000000 --- a/2018-edition/src/theme/2018-edition.css +++ /dev/null @@ -1,9 +0,0 @@ -span.caption { - font-size: .8em; - font-weight: 600; -} - -span.caption code { - font-size: 0.875em; - font-weight: 400; -} diff --git a/2018-edition/src/theme/index.hbs b/2018-edition/src/theme/index.hbs deleted file mode 100644 index f3f1b52f..00000000 --- a/2018-edition/src/theme/index.hbs +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - Outdated link: {{ title }} - - - - - - - - - - - - - - - {{#each additional_css}} - - {{/each}} - - -
-
- {{> header}} -
-
- {{{ content }}} -
-
-
-
- -