Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.7.4
-
None
Description
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
<bannerLeft> <name>Name</name> <src>Logo.svg</src> <width>30</width> <height>10</height> <title>Logo Title</title> <border>2</border> </bannerLeft>
Created HTML:
<img src="Logo.svg" alt="Name" title="Logo Title">
Created new issue DOXIASITETOOLS-173 for the CSS issue described below:
The CSS in maven-base.css would anyways not allow for a border around any image - one would need to create a new skin for borders or remove the border:none from the img tag.
/* from maven-base.css */ img { border:none; } /* (...) */ #banner img { border: none; }
Attachments
Attachments
Issue Links
- relates to
-
MSKINS-134 Banner macro does not set image title from decoration model
- Closed