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

Michael Benz commented on MSKINS-133:
-------------------------------------

Would have tried to provide a patch - but the default-skin is using the default 
site from doxia-sitetools:
https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm
So no site.vm available in the skin and css seems static.

> 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