diff options
author | dvs1 | 2025-03-12 22:37:44 +1000 |
---|---|---|
committer | dvs1 | 2025-03-12 22:37:44 +1000 |
commit | 1a88a1ae36433b1abcdd591feba6651b195ae920 (patch) | |
tree | b0c810a65315772e38bfbd13cb5339852529934f | |
parent | Remove the "edit" link from Foswiki profiles. (diff) | |
download | notYetAnotherWiki-1a88a1ae36433b1abcdd591feba6651b195ae920.zip notYetAnotherWiki-1a88a1ae36433b1abcdd591feba6651b195ae920.tar.gz notYetAnotherWiki-1a88a1ae36433b1abcdd591feba6651b195ae920.tar.bz2 notYetAnotherWiki-1a88a1ae36433b1abcdd591feba6651b195ae920.tar.xz |
Shrink some parts of the footer.
-rw-r--r-- | default.template | 2 | ||||
-rwxr-xr-x | notYetAnotherWiki.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/default.template b/default.template index c56fd9c..8f918f3 100644 --- a/default.template +++ b/default.template | |||
@@ -94,7 +94,7 @@ | |||
94 | <div class="boxTrail"><header><nav><b> 👣 $trail$ </b></nav></header></div> | 94 | <div class="boxTrail"><header><nav><b> 👣 $trail$ </b></nav></header></div> |
95 | <div class="boxHistory"><footer>$history$</footer></div> | 95 | <div class="boxHistory"><footer>$history$</footer></div> |
96 | <div class="boxFoot"><footer><p>$footer$</footer> | 96 | <div class="boxFoot"><footer><p>$footer$</footer> |
97 | <p><sub>No cookies or scripts where harmed in the making of this web site. May contain low fat CSS.<sub/></p> | 97 | <p style="font-size: 0.6em;">No cookies or scripts where harmed in the making of this web site. May contain low fat CSS.</p> |
98 | </div> | 98 | </div> |
99 | </div> | 99 | </div> |
100 | </body> | 100 | </body> |
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 77903a9..c337af2 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua | |||
@@ -28,7 +28,7 @@ local GlobalMetaData = { | |||
28 | karenPurple = '#8800ff', onefangPurple = '#cc00ff', onefangGreen = '#42ff00', | 28 | karenPurple = '#8800ff', onefangPurple = '#cc00ff', onefangGreen = '#42ff00', |
29 | PinkFloyd = '#AA00AA', DeepPurple = '#220022', -- From an ancient site of mine, which went from PinkFloyd to DeepPurple as a background gradient. | 29 | PinkFloyd = '#AA00AA', DeepPurple = '#220022', -- From an ancient site of mine, which went from PinkFloyd to DeepPurple as a background gradient. |
30 | favicon = 'nYAW_icon.png', logo = 'nYAW.png', | 30 | favicon = 'nYAW_icon.png', logo = 'nYAW.png', |
31 | footer = 'Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> version 0.0. ', | 31 | footer = '<span style="font-size: 0.6em;">Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> v 0.0</span>', |
32 | } | 32 | } |
33 | 33 | ||
34 | local Files, Subs, xLinks = {}, {}, {} | 34 | local Files, Subs, xLinks = {}, {}, {} |