Skip to content

Commit 214ab64

Browse files
committed
fix(pdf): fix regressions after WRS migration
1 parent ddc09fb commit 214ab64

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

pdf/webhelp.css

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,18 +210,37 @@ h3 {
210210
line-height:28px;
211211
line-height:var(--wt-h3-line-height, 28px);
212212

213-
font-size: 14px;
213+
font-size: 18px;
214214
font-style: normal;
215215
font-weight: 700;
216216
line-height: 24px;
217217
letter-spacing: 0px;
218+
219+
margin-bottom: 8px;
218220
}
219221
@media print {
220222
h3 {
221223
page-break-inside: avoid;
222224
page-break-after: avoid;
223225
}
224226
}
227+
228+
h4 {
229+
color:#27282c;
230+
font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
231+
font-size: 16px;
232+
font-style: normal;
233+
font-weight: 700;
234+
line-height: 24px;
235+
letter-spacing: 0;
236+
margin-bottom: 8px;
237+
}
238+
@media print {
239+
h4 {
240+
page-break-inside: avoid;
241+
page-break-after: avoid;
242+
}
243+
}
225244
p, a, li {
226245
letter-spacing:normal;
227246
color:rgba(39, 40, 44, 0.70);
@@ -287,7 +306,7 @@ table th {
287306
.list {
288307
margin-left: 18px;
289308
}
290-
.list._ul {
309+
.list._ul, .list._bullet {
291310
list-style: disc;
292311
}
293312
.list._decimal {

0 commit comments

Comments
 (0)