gitignore

This commit is contained in:
Andreas Stephanides
2015-06-04 12:47:52 +02:00
parent d3e97ff422
commit 6c8e30b701
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
@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);
}