gitignore
This commit is contained in:
19
app/assets/stylesheets/print.css
Normal file
19
app/assets/stylesheets/print.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user