minor update to copyright span
authorJustin Wind <justin.wind+git@gmail.com>
Wed, 29 Dec 2021 18:24:32 +0000 (10:24 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Wed, 29 Dec 2021 18:24:32 +0000 (10:24 -0800)
config/default.js
static/theme.css

index 3714253ee999c99e627f030503ec928d5392732d..bbc66fcd2fcf6f4249deeb483136abf630d3ea01 100644 (file)
@@ -49,7 +49,7 @@ const defaultOptions = {
     pageTitle: packageName, // title on html pages
     footerEntries: [ // common footers on all html pages
       '<a href="https://git.squeep.com/?p=websub-hub;a=tree">Development Repository</a> / <a href="https://github.com/thylacine/websub-hub/">GitHub mirror</a>',
-      '<small><span class="copyright">&copy;<time datetime="2021">&#8559;&#8559;&#8553;&#8553;&#8544;</time></span></small>',
+      '<span class="copyright">&copy;<time datetime="2021">&#8559;&#8559;&#8553;&#8553;&#8544;</time></span>',
     ],
     strictSecrets: false, // If true, reject requests with secrets but not over https
     publicHub: true, // Accept publish requests as new topics.
index 4987191f2f66a68fdca7a234890caabc9718553c..7417e57c080fe03e69977cc8294be143f2c32ef1 100644 (file)
@@ -60,6 +60,9 @@ section + section {
 }
 .about {}
 .usage {}
+.copyright {
+       font-size: small;
+}
 .topics {}
 .subscriptions {}
 .external {