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

Default skin CSS maven-base.css sets border:none on all images with tag img

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.7.4
    • 1.7.5
    • Site renderer

    Description

      The CSS in maven-base.css does not allow for any border around any image. A workaround would need to create a new skin for images with borders or remove the border:none from the img tag.

      Michael Osipov:
      This style is pretty useless because we kill our own decoration model setting with that. It should be up to the user to decide about a border style.

      /* from maven-base.css */
      img {
        border:none;
      }
      /* (...) */
      #banner img {
        border: none;
      }
      

      Bug / Issues created from findings in DOXIASITETOOLS-172

      Attachments

        1. maven-base-image-borders.patch
          0.7 kB
          Michael Benz

        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: