diff --git a/LICENSE b/LICENSE index 0ad25db..c969d91 100644 --- a/LICENSE +++ b/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. - - Copyright (C) + 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 diff --git a/assets/css/elements.css b/assets/css/elements.css index abb3fdc..19ad59c 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -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; +}