Font sizes broken with latest Jenkins update

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major
    • Component/s: xfpanel-plugin
    • None
    • Environment:
      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" />

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

              Created:
              Updated:
              Resolved: