From 8f812cc6100f021efd699f07393fa2b695efc328 Mon Sep 17 00:00:00 2001 From: Gala Date: Wed, 9 Aug 2023 17:44:13 +0200 Subject: [PATCH] test indent --- documentation/dev-portal/book.toml | 2 +- documentation/dev-portal/last-changed.css | 6 ------ documentation/dev-portal/theme/css/variables.css | 16 ++++++++-------- 3 files changed, 9 insertions(+), 15 deletions(-) delete mode 100644 documentation/dev-portal/last-changed.css diff --git a/documentation/dev-portal/book.toml b/documentation/dev-portal/book.toml index 29b53e73eb..b17b28f4ec 100644 --- a/documentation/dev-portal/book.toml +++ b/documentation/dev-portal/book.toml @@ -77,7 +77,7 @@ curly-quotes = true # mathjax-support = false # useful if we want to pull equations in ? copy-fonts = true no-section-label = false -additional-css = ["theme/pagetoc.css", "././mdbook-admonish.css", "last-changed.css", "custom.css"] +additional-css = ["theme/pagetoc.css", "././mdbook-admonish.css", "custom.css"] additional-js = ["theme/pagetoc.js"] git-repository-url = "https://github.com/nymtech/nym" git-repository-icon = "fa-github" diff --git a/documentation/dev-portal/last-changed.css b/documentation/dev-portal/last-changed.css deleted file mode 100644 index 0c4228de32..0000000000 --- a/documentation/dev-portal/last-changed.css +++ /dev/null @@ -1,6 +0,0 @@ -footer { - font-size: 0.8em; - text-align: center; - border-top: 1px solid black; - padding: 5px 0; - } \ No newline at end of file diff --git a/documentation/dev-portal/theme/css/variables.css b/documentation/dev-portal/theme/css/variables.css index 56b2ffa05b..d7f20cc28b 100644 --- a/documentation/dev-portal/theme/css/variables.css +++ b/documentation/dev-portal/theme/css/variables.css @@ -2,14 +2,14 @@ /* Globals */ :root { - --sidebar-width: 300px; - --page-padding: 20px; - --content-max-width: 70%; - --menu-bar-height: 40px; - --mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace; - --code-font-size: 0.875em /* please adjust the ace font size accordingly in editor.js */ - --pagetoc-width: 13%; - --pagetoc-fontsize: 14.5px; + --sidebar-width: 300px; + --page-padding: 20px; + --content-max-width: 70%; + --menu-bar-height: 40px; + --mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace; + --code-font-size: 0.875em /* please adjust the ace font size accordingly in editor.js */ + --pagetoc-width: 13%; + --pagetoc-fontsize: 14.5px; } @media only screen and (max-width:1439px) {