Files
fetsite/app/assets/stylesheets/print.css
Andreas Stephanides 6c8e30b701 gitignore
2015-06-04 12:47:52 +02:00

20 lines
250 B
CSS

@page :first {
@bottom-right-corner {
content: none
}
}
@page {
@top-center {
content: element(heading);
}
@left-top {
}
@bottom-right-corner {
content: counter(page)
}
}
#rh {
position: running(header);
}