mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-07 14:18:16 +00:00
allow float attribute for screenshots
This commit is contained in:
parent
6a6f83747e
commit
aa56b7e0f6
@ -300,7 +300,7 @@ 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:right;">
|
{thumbnail#}<img src="/pve-docs/images/screenshot/{thumbnail}" alt="{alt={thumbnail}}" width=250 style="float:{float=right};">
|
||||||
{thumbnail#}</a>
|
{thumbnail#}</a>
|
||||||
{title#}<div class="title"><h5>{title}</h5></div>}
|
{title#}<div class="title"><h5>{title}</h5></div>}
|
||||||
<p>
|
<p>
|
||||||
|
@ -303,7 +303,7 @@ 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:right;">
|
{thumbnail#}<img src="images/screenshot/{thumbnail}" alt="{alt={thumbnail}}" width=250 style="float:{float=right};">
|
||||||
{thumbnail#}</a>
|
{thumbnail#}</a>
|
||||||
{title?<div class="title">{title}</div>}<p>
|
{title?<div class="title">{title}</div>}<p>
|
||||||
|
|
|
|
||||||
|
Loading…
Reference in New Issue
Block a user