Notes: Fix-up preview image and some other fixes

... yeah.
This commit is contained in:
Ilya Prokopenko 2022-02-27 19:18:13 +03:00
parent 21b16dd7a4
commit 08afedc26f
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -34,6 +34,28 @@
{* BEGIN ELEMENTS DESCRIPTION *} {* BEGIN ELEMENTS DESCRIPTION *}
{block specpage} {block specpage}
<style>
#userContent img {
max-width: 245pt;
max-height: 200pt;
}
#userContent blockquote {
background-color: #f3f3f3;
border-bottom: 5px solid #969696;
padding: 1;
}
#userContent cite {
margin-top: 1em;
display: block;
}
#userContent cite::before {
content: "— ";
}
</style>
<div class="container_gray" style="background: white; border-top: none;"> <div class="container_gray" style="background: white; border-top: none;">
{var data = is_array($iterator) ? $iterator : iterator_to_array($iterator)} {var data = is_array($iterator) ? $iterator : iterator_to_array($iterator)}