If you change the font-size in your custom PDF stylesheets, when you export a page to PDF, it does not have any effect in the generated document. It must get overridden later as adding the attribute !important make it work.

      For example, this CSS does not have any effect in the generated PDF file.

      body {
         font-size: 6pt;
      }

      To make it work, you need ot add the important attribute, as the example bellow:

      body {
         font-size: 6pt !important;
      }

      This also happens for other parameters (i.e.: text-decoration).

      Custom CSS should not be overridden by default ones.

            [CONFSERVER-26970] Custom PDF CSS stylesheet overriden

            Katherine Yabut made changes -
            Workflow Original: JAC Bug Workflow v3 [ 2895041 ] New: CONFSERVER Bug Workflow v4 [ 2987468 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2782801 ] New: JAC Bug Workflow v3 [ 2895041 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow [ 2707921 ] New: JAC Bug Workflow v2 [ 2782801 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2372497 ] New: JAC Bug Workflow [ 2707921 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 2256463 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2372497 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2207851 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 2256463 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2153493 ] New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2207851 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 1936080 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2153493 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v3 [ 1735385 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 1936080 ]
            Katherine Yabut made changes -
            Workflow Original: CONF Bug Subtask WF (TEMP) [ 1694171 ] New: Confluence Workflow - Public Facing - Restricted v3 [ 1735385 ]

              shaffenden Steve Haffenden (Inactive)
              aconde Alejandro Conde Carrillo (Inactive)
              Affected customers:
              4 This affects my team
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: