[ 
https://issues.apache.org/jira/browse/MSKINS-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15809978#comment-15809978
 ] 

Michael Osipov commented on MSKINS-133:
---------------------------------------

Patches are welcome, ideally with an IT.

> width, height and border values not used for banner display
> -----------------------------------------------------------
>
>                 Key: MSKINS-133
>                 URL: https://issues.apache.org/jira/browse/MSKINS-133
>             Project: Maven Skins
>          Issue Type: Bug
>          Components: Default Skin
>    Affects Versions: default-1.2
>            Reporter: Michael Benz
>            Priority: Minor
>
> Similar to the issue MSKINS-16 that was fixed for the Fluido skin the Default 
> Skin ignores the width and height and border settings in the site descriptor.
> The changes in site.xml were introduced here:
> DOXIASITETOOLS-58
> {code}
> <bannerLeft>
>       <name>Name</name>
>       <src>Logo.svg</src>
>       <width>30</width>
>       <height>10</height>
>       <title>Logo Title</title>
>       <border>2</border>
> </bannerLeft>
> {code}
> Created HTML:
> {code}
> <img src="Logo.svg" alt="Name" title="Logo Title">
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to