From 7b11a494392004bb3d7b57e59bf4a849e2e41aaf Mon Sep 17 00:00:00 2001 From: zhengshanshan Date: Tue, 13 Aug 2024 16:01:13 +0800 Subject: [PATCH] add some style --- source/_static/custom-theme.css | 6 ++++++ source/conf.py | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_static/custom-theme.css b/source/_static/custom-theme.css index 8da8d3e..58e6a4d 100644 --- a/source/_static/custom-theme.css +++ b/source/_static/custom-theme.css @@ -56,6 +56,12 @@ cite { .bd-footer { background-color: #303846; } +.bd-footer .footer-items__end { + text-align: left; +} +.bd-footer .footer-items__center { + text-align: left; +} .bd-sidebar { counter-reset: toctree-l2counter; } diff --git a/source/conf.py b/source/conf.py index e133019..4f52ef6 100644 --- a/source/conf.py +++ b/source/conf.py @@ -75,5 +75,4 @@ "footer_start": ["Fleft.html"], "footer_center": ["Footer.html"], "footer_end" : ["Fright.html"], - "content_footer_items": '', }