mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-08 21:17:52 +03:00
allow float attribute for screenshots
This commit is contained in:
parent
6a6f83747e
commit
aa56b7e0f6
@ -300,7 +300,7 @@ endif::deprecated-quotes[]
|
||||
[paragraph]
|
||||
<div class="paragraph{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
|
||||
{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>
|
||||
{title#}<div class="title"><h5>{title}</h5></div>}
|
||||
<p>
|
||||
|
@ -303,7 +303,7 @@ endif::deprecated-quotes[]
|
||||
[paragraph]
|
||||
<div class="paragraph{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
|
||||
{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>
|
||||
{title?<div class="title">{title}</div>}<p>
|
||||
|
|
||||
|
Loading…
Reference in New Issue
Block a user