Uploaded image for project: 'Maven Doxia Sitetools'
  1. Maven Doxia Sitetools
  2. DOXIASITETOOLS-172

Width, height and border values not used for banner display

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.7.4
    • 1.7.5
    • Site renderer
    • 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

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              focbenz Michael Benz
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: