mlins (owner)

Revisions

  • f4ea0f Mon Apr 06 07:13:32 -0700 2009
gist: 90766 Download_button fork
public
Public Clone URL: git://gist.github.com/90766.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@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%;
}