Skip to content

Instantly share code, notes, and snippets.

@mlins
Created April 6, 2009 14:13
Show Gist options
  • Save mlins/90766 to your computer and use it in GitHub Desktop.
Save mlins/90766 to your computer and use it in GitHub Desktop.
@page {
size: letter;
margin-top: 1.75in;
margin-right: 0.25in;
margin-bottom: 0.25in;
margin-left: 0.25in;
@top-center
{
content: element(heading);
vertical-align: top;
}
@bottom-center
{
content: element(footer);
vertical-align: top;
}
}
.header
{
position: running(heading);
margin-top: 0.15in;
}
.footer
{
position: running(footer);
font-size: 7pt;
line-height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment