Michael Benz created MSKINS-133:
-----------------------------------

             Summary: 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


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