Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-16238

SimpleThemePluggin : logo jenkins.png loaded after css file

      When using Simple Theme Pluggin, it's no more possible to change the main jenkins logo (botom left).
      Indeed, the logo is loaded with css directly in the html declaration.

      Not working : index.html
      <table id="main-table" height="70%" style="background-image: url(/jenkins/static/f7d903ac/images/jenkins.png); background-repeat: no-repeat; background-position: bottom left;"

      Should be : index.html
      <table id="main-table" height="70%">
      and in css/style.css
      #main-table

      { background-image: url(/jenkins/static/f7d903ac/images/jenkins.png); background-repeat: no-repeat }

          [JENKINS-16238] SimpleThemePluggin : logo jenkins.png loaded after css file

          Setting right component.

          Kanstantsin Shautsou added a comment - Setting right component.

          Since the background image was removed with Jenkins 1.572 (released 2014-07-13), this is probably not relevant any more

          Tobias Gruetzmacher added a comment - Since the background image was removed with Jenkins 1.572 (released 2014-07-13), this is probably not relevant any more

            tgr Tobias Gruetzmacher
            uzseb seb uz
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: