diff options
| author | cole <cole.d.vick@gmail.com> | 2022-09-30 12:34:00 -0500 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2022-10-15 16:54:53 +0200 |
| commit | ff05e24696a1ddeea415594f6f447d6055045de2 (patch) | |
| tree | 1f74a0cae9e04e8b99c9bdfe00936336b946d9b3 /print/resources/style.css | |
| parent | 10a800531a478cf5524314bca336e00d274c4140 (diff) | |
change to full-page-patternview
Diffstat (limited to 'print/resources/style.css')
| -rw-r--r-- | print/resources/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/print/resources/style.css b/print/resources/style.css index d4a05e52..44be4104 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -573,6 +573,15 @@ body { overflow: hidden; } + figure.full-page-pattern { + border: none; + height: 265mm; + } + + div.full-page-patternview figcaption { + display: none; + } + .client-overview-main figure.inksimulation { height: 155mm; } |
