From 23813166fc629f6698ab3c7857c40a43a6808e6f Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 3 Mar 2026 13:31:01 -0400 Subject: [PATCH] committing search --- static/css-include/pelican.css | 6 +++--- static/style.css | 5 +++++ templates/base.html | 25 ++++++++++++++++++++++++- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/static/css-include/pelican.css b/static/css-include/pelican.css index e0fa82a..fa73aa8 100644 --- a/static/css-include/pelican.css +++ b/static/css-include/pelican.css @@ -31,15 +31,15 @@ /* This is the stuff for my reading library */ .wip { - width: 150px; + width: 170px; opacity: 75%; border: 5px solid #d11586 } .read { - width: 150px; + width: 170px; } .dnf { - width: 150px; + width: 170px; opacity: 75%; filter: grayscale(100%); } diff --git a/static/style.css b/static/style.css index 81dfe37..ae665a5 100644 --- a/static/style.css +++ b/static/style.css @@ -83,3 +83,8 @@ form { height: 170px; } +/* -- search ------------------------------------------------------------ */ + +#search { margin-left: auto; +margin-right: 0; +} diff --git a/templates/base.html b/templates/base.html index d045b2c..25fe15f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,9 @@ + {% if WEBMENTIONIOURL %} + {% endif %}