gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,7 @@
|
||||
/test2.pdf
|
||||
/test.pdf
|
||||
/output.json
|
||||
/ignore
|
||||
/app/views/neuigkeiten/_compact.bak.html.erb
|
||||
/config/crawl_config.yml
|
||||
/db/data.yml
|
||||
|
||||
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