mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-02 20:01:18 +00:00
fix thumbnail padding
This commit is contained in:
parent
aa56b7e0f6
commit
b179764dcb
@ -300,8 +300,11 @@ endif::deprecated-quotes[]
|
|||||||
[paragraph]
|
[paragraph]
|
||||||
<div class="paragraph{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
|
<div class="paragraph{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
|
||||||
{thumbnail#}<a class="image" href="/pve-docs/images/screenshot/{thumbnail}">
|
{thumbnail#}<a class="image" href="/pve-docs/images/screenshot/{thumbnail}">
|
||||||
{thumbnail#}<img src="/pve-docs/images/screenshot/{thumbnail}" alt="{alt={thumbnail}}" width=250 style="float:{float=right};">
|
{thumbnail#}<img src="/pve-docs/images/screenshot/{thumbnail}" alt="{alt={thumbnail}}" width=250
|
||||||
{thumbnail#}</a>
|
{thumbnail#}{float@left: style="padding\: 0 10px 0 0;float\:left;"}
|
||||||
|
{thumbnail#}{float@right: style="padding\: 0 0 0 10px;float\:right;"}
|
||||||
|
{thumbnail#}{float%} style="padding: 0 0 0 10px;float:right;"
|
||||||
|
{thumbnail#}></a>
|
||||||
{title#}<div class="title"><h5>{title}</h5></div>}
|
{title#}<div class="title"><h5>{title}</h5></div>}
|
||||||
<p>
|
<p>
|
||||||
|
|
|
|
||||||
|
@ -303,8 +303,11 @@ endif::deprecated-quotes[]
|
|||||||
[paragraph]
|
[paragraph]
|
||||||
<div class="paragraph{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
|
<div class="paragraph{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
|
||||||
{thumbnail#}<a class="image" href="images/screenshot/{thumbnail}">
|
{thumbnail#}<a class="image" href="images/screenshot/{thumbnail}">
|
||||||
{thumbnail#}<img src="images/screenshot/{thumbnail}" alt="{alt={thumbnail}}" width=250 style="float:{float=right};">
|
{thumbnail#}<img src="images/screenshot/{thumbnail}" alt="{alt={thumbnail}}" width=250
|
||||||
{thumbnail#}</a>
|
{thumbnail#}{float@left: style="padding\: 0 10px 0 0;float\:left;"}
|
||||||
|
{thumbnail#}{float@right: style="padding\: 0 0 0 10px;float\:right;"}
|
||||||
|
{thumbnail#}{float%} style="padding: 0 0 0 10px;float:right;"
|
||||||
|
{thumbnail#}></a>
|
||||||
{title?<div class="title">{title}</div>}<p>
|
{title?<div class="title">{title}</div>}<p>
|
||||||
|
|
|
|
||||||
</p></div>
|
</p></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user