5
0
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:
Dietmar Maurer 2016-11-08 08:38:52 +01:00
parent 6a6f83747e
commit aa56b7e0f6
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>
|