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 %}