Merge branch 'main' into captcha

This commit is contained in:
swagg boi 2023-06-14 14:25:54 -04:00
commit d6e5594395
2 changed files with 9 additions and 2 deletions

View file

@ -629,8 +629,8 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
Post::Text, a textboard written in Perl
Copyright (C) 2023 Daniel E Bowling
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published

View file

@ -47,3 +47,10 @@ pre > code {
}
a:hover { cursor: url('/cursors/finger.cur'), auto; }
img { max-width: 100%; }
blockquote {
border-left: solid black;
padding-left: 0.25em;
}