-
Bug
-
Resolution: Not a bug
-
Low
-
None
-
5.3
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 (:
This CSS works for me in 7.5.1:
Hope this helps, Davids!