removing gh-pages branch and putting everything in master
This commit is contained in:
42
css/print-header-designer.css
Normal file
42
css/print-header-designer.css
Normal file
@ -0,0 +1,42 @@
|
||||
@page {
|
||||
@top-left {
|
||||
content: "Designer User Guide";
|
||||
font-style: italic;
|
||||
font-size: 12px;
|
||||
}
|
||||
@top-right {
|
||||
content: "Last generated ..."
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
}
|
||||
@bottom-right {
|
||||
content: "Page " counter(page);
|
||||
font-size: 12px;
|
||||
}
|
||||
@bottom-left {
|
||||
content: "Send feedback to ...";
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
contents {
|
||||
page: cover;
|
||||
counter-reset: page 0
|
||||
}
|
||||
|
||||
@page cover {
|
||||
@top-left {
|
||||
content: "";
|
||||
}
|
||||
@top-right {
|
||||
content: ""
|
||||
|
||||
}
|
||||
@bottom-right {
|
||||
content: "";
|
||||
}
|
||||
@bottom-left {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user