isite 2022.1.12 → 2022.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -104,9 +104,12 @@ body.print-mode .small {
104
104
  --legend-color: #000;
105
105
  --legend-text-shadow: none;
106
106
  }
107
-
107
+ html,
108
+ body,
109
+ .page {
110
+ margin: 0;
111
+ }
108
112
  .page {
109
- /* this section always occupies it's own page or pages. */
110
113
  page-break-before: always;
111
114
  page-break-after: always;
112
115
  page-break-inside: avoid !important;
@@ -117,7 +120,6 @@ body.print-mode .small {
117
120
  }
118
121
 
119
122
  .print-start {
120
- /* elements always start on the top of a new page. */
121
123
  page-break-before: always;
122
124
  }
123
125
 
@@ -125,51 +127,6 @@ body.print-mode .small {
125
127
  page-break-inside: avoid;
126
128
  }
127
129
 
128
- h1,
129
- h2,
130
- h3,
131
- h4,
132
- h5 {
133
- page-break-after: avoid;
134
- }
135
-
136
- /* @page: first {
137
- margin: 0;
138
- }
139
- @page: blank {
140
- @top-center {
141
- content: "This page is intentionally left blank.";
142
- }
143
- } */
144
-
145
- @page {
146
- size: A4;
147
- }
148
-
149
- @page: right {
150
- @top-right {
151
- content: '';
152
- }
153
- }
154
-
155
- @page: right {
156
- @bottom-right {
157
- content: '';
158
- }
159
- }
160
-
161
- @page: left {
162
- @top-left {
163
- content: '';
164
- }
165
- }
166
-
167
- @page: left {
168
- @bottom-left {
169
- content: 'Page ' counter(page) ' of ' counter(pages);
170
- }
171
- }
172
-
173
130
  a {
174
131
  font-weight: bolder;
175
132
  text-decoration: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2022.01.12",
3
+ "version": "2022.01.13",
4
4
  "description": "Create Enterprise Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {