Merge branch 'main' into captcha
This commit is contained in:
commit
d6e5594395
4
LICENSE
4
LICENSE
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue