Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-32662

"info" macro no longer formatted by PDF Stylesheet

    XMLWordPrintable

Details

    Description

      After the last Confluence update, the "info" and "note" formatting settings of the PDF stylesheet are ignored when exporting.

      .panelMacro
      {
      	margin-left:0;
      	margin-right:0;
      	padding:0;	
      }
      
      table.infoMacro,
      table.noteMacro
      {
      	text-align: justify;	
      	border-style:solid;
      	border-color:black;	
      	border-width:1px;
      	padding-top:4px;
      	padding-bottom:4px;
      	padding-left:4px;
      	padding-right:4px;	
      }
      
      table.infoMacro
      {
      	background-color:white;
      	border-left-width:0px;
      	border-right-width:0px;
      }
      
      table.noteMacro
      {
      	background-color:#C8C8C8;
      }

      Must I use different CSS classes?

      Thank you very much (:

      Attachments

        Activity

          People

            Unassigned Unassigned
            02f55fc361fd David Chiner
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: