diff --git a/output/styles2.css b/output/styles2.css
index 5d40936a..c7241900 100644
--- a/output/styles2.css
+++ b/output/styles2.css
@@ -1,3 +1,12 @@
+html.js .noscript {
+ display: none;
+}
+
+/* Dead style */
+html:not(.js) .js-only {
+ display: none;
+}
+
header {
display: flex;
direction: row;
@@ -81,7 +90,9 @@ footer p {
}
footer nav a {
- margin: 0 .5ch;
+ display: inline-block;
+ margin: .25em;
+ white-space: nowrap;
}
/*
+ This site works fine without JavaScript. + However, some interactive features are + only available with JS enabled. +