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

Font sizes broken with latest Jenkins update

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • xfpanel-plugin
    • None
    • Windows XP, Firefox, Chrome, IE

      font-size in style attributes do not specify unit, e.g. in job.jelly:

      <j:set var="jobFont" value="60" />
      <j:set var="failFont" value="110" />
      <j:set var="infoFont" value="40" />
      <j:set var="buildFont" value="30" />

      specify unit, e.g.

      <j:set var="jobFont" value="60px" />
      <j:set var="failFont" value="110px" />
      <j:set var="infoFont" value="40px" />
      <j:set var="buildFont" value="30px" />

            hoodja hoodja
            rasifix Simon Raess
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: