hdoc-tools 0.9.28 → 0.9.29

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.
package/hdoc-build-pdf.js CHANGED
@@ -172,7 +172,7 @@
172
172
  headerTemplate: header,
173
173
  footerTemplate: footer,
174
174
  margin: {
175
- top: "100px",
175
+ top: "90px",
176
176
  right: "30px",
177
177
  bottom: "60px",
178
178
  left: "30px"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.9.28",
3
+ "version": "0.9.29",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {
@@ -5,21 +5,24 @@
5
5
  position: relative;
6
6
  margin-left: 28px;
7
7
  margin-right: 28px;
8
- margin-top: 4px;
8
+ margin-bottom: 20px;
9
+ margin-top: -5px;
9
10
  }
10
11
 
11
12
  .header img {
12
- width: 150px;
13
+ width: 140px;
13
14
  margin-right: 5px;
15
+ margin-top: 6px;
16
+ margin-bottom: 12px;
14
17
  float: right;
15
18
  }
16
19
 
17
20
  .header h3 {
18
- font-size: 15px;
21
+ font-size: 12px;
19
22
  font-weight: light;
20
23
  margin-left: 5px;
21
24
  float: left;
22
- margin-top: 3px;
25
+ margin-top: 10px;
23
26
  }
24
27
  .header hr {
25
28
  border: none;