mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Notes: Fix-up preview image and some other fixes
... yeah.
This commit is contained in:
parent
21b16dd7a4
commit
08afedc26f
1 changed files with 22 additions and 0 deletions
|
@ -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)}
|
||||||
|
|
Loading…
Reference in a new issue