From e0304181e602757e757b85ad2d82ed3120610c6b Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Mon, 18 Sep 2023 11:35:37 -0400 Subject: [PATCH] add css for site links --- themes/notmyidea-custom/static/css/custom.css | 7 +++++++ themes/notmyidea-custom/templates/base.html | 1 + 2 files changed, 8 insertions(+) create mode 100644 themes/notmyidea-custom/static/css/custom.css diff --git a/themes/notmyidea-custom/static/css/custom.css b/themes/notmyidea-custom/static/css/custom.css new file mode 100644 index 0000000..836a724 --- /dev/null +++ b/themes/notmyidea-custom/static/css/custom.css @@ -0,0 +1,7 @@ + +#bxxa ul { + list-style-type: none; +} +#bxxa li { + display: inline; +} diff --git a/themes/notmyidea-custom/templates/base.html b/themes/notmyidea-custom/templates/base.html index e561aa9..3d67104 100644 --- a/themes/notmyidea-custom/templates/base.html +++ b/themes/notmyidea-custom/templates/base.html @@ -7,6 +7,7 @@ {% block title %}{{ SITENAME }}{%endblock%} + {% if FEED_ALL_ATOM %} {% endif %}