Hi,
I have this in my stylesheet:
@page
{
margin: 0.5in;
padding: 1em;
@bottom-right
{
content: counter(page);
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 8pt;
}
@bottom-left
{
content: "Some text";
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 8pt;
}
}
What is @page and what more can I do with it?