Skip to content

Commit 1bd3ea4

Browse files
committed
Regenerate dist
1 parent 8a226b5 commit 1bd3ea4

File tree

8 files changed

+285
-203
lines changed

8 files changed

+285
-203
lines changed

dist/gutenberg.css

Lines changed: 223 additions & 167 deletions
Large diffs are not rendered by default.

dist/gutenberg.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/book.css

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,59 @@
11
h1,
22
article {
3-
page-break-before: always; }
3+
page-break-before: always;
4+
}
45

56
body {
67
counter-reset: h1num h2num h3num h4num figurenum;
78
padding: 0;
8-
text-align: justify; }
9+
text-align: justify;
10+
}
911

1012
h1:before {
1113
content: counter(h1num) ". ";
12-
counter-increment: h1num; }
14+
counter-increment: h1num;
15+
}
1316

1417
h2:before {
1518
content: counter(h1num) "." counter(h2num) ". ";
16-
counter-increment: h2num; }
19+
counter-increment: h2num;
20+
}
1721

1822
h3:before {
1923
content: counter(h1num) "." counter(h2num) "." counter(h3num) ". ";
20-
counter-increment: h3num; }
24+
counter-increment: h3num;
25+
}
2126

2227
h4:before {
2328
content: counter(h1num) "." counter(h2num) "." counter(h3num) "." counter(h4num) ". ";
24-
counter-increment: h4num; }
29+
counter-increment: h4num;
30+
}
2531

2632
figcaption:before {
2733
content: counter(h1num) "-" counter(figurenum) ". ";
28-
counter-increment: figurenum; }
34+
counter-increment: figurenum;
35+
}
2936

3037
figcaption {
3138
margin: 0 auto;
3239
max-width: 100%;
33-
text-align: center; }
40+
text-align: center;
41+
}
3442

3543
img,
3644
table {
37-
margin: 0 auto; }
45+
margin: 0 auto;
46+
}
3847

3948
@page {
4049
margin-bottom: 2.5cm;
41-
margin-top: 2.5cm; }
42-
50+
margin-top: 2.5cm;
51+
}
4352
@page :left {
4453
margin-left: 4cm;
45-
margin-right: 3cm; }
46-
54+
margin-right: 3cm;
55+
}
4756
@page :right {
4857
margin-left: 3cm;
49-
margin-right: 4cm; }
58+
margin-right: 4cm;
59+
}

dist/themes/book.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/modern.css

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,43 @@ h3,
44
h4,
55
h5,
66
h6 {
7-
font-family: 'Montserrat', 'Arial Black', 'Arial Bold', 'Helvetica Neue', Helvetica, sans-serif; }
7+
font-family: "Montserrat", "Arial Black", "Arial Bold", "Helvetica Neue", Helvetica, sans-serif;
8+
}
89

910
body {
10-
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, arial, sans-serif;
11-
text-align: justify; }
11+
font-family: "Open Sans", "Helvetica Neue", Helvetica, arial, sans-serif;
12+
text-align: justify;
13+
}
1214

1315
h1 {
1416
font-weight: 700;
1517
letter-spacing: -1px;
16-
text-align: center; }
18+
text-align: center;
19+
}
1720

1821
h2 {
19-
letter-spacing: -1px; }
22+
letter-spacing: -1px;
23+
}
2024

2125
h2,
2226
h3,
2327
h4,
2428
h5 {
25-
color: #262626; }
29+
color: #262626;
30+
}
2631

2732
pre,
2833
code {
29-
border: 0; }
34+
border: 0;
35+
}
3036

3137
pre,
3238
code,
3339
blockquote {
34-
background: #f8f8f9; }
40+
background: #f8f8f9;
41+
}
3542

3643
blockquote {
3744
margin-left: 1.5rem;
38-
margin-right: 1.5rem; }
45+
margin-right: 1.5rem;
46+
}

dist/themes/modern.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/oldstyle.css

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,37 @@ h3,
44
h4,
55
h5,
66
h6 {
7-
font-family: 'Crimson Text', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; }
7+
font-family: "Crimson Text", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
8+
}
89

910
body {
1011
font-family: Georgia, "Times New Roman", Times, serif;
11-
text-align: justify; }
12+
text-align: justify;
13+
}
1214

1315
h1 {
14-
text-align: center; }
16+
text-align: center;
17+
}
1518

1619
pre {
17-
border: 1px solid #000; }
20+
border: 1px solid #000;
21+
}
1822

1923
th,
2024
td {
21-
border-bottom: 1px solid #000; }
25+
border-bottom: 1px solid #000;
26+
}
2227

2328
thead {
24-
border-bottom: 3px double #000; }
29+
border-bottom: 3px double #000;
30+
}
2531

2632
blockquote {
2733
border-left: 1px dashed #000;
2834
font-variant: small-caps;
2935
margin-left: 1.5rem;
30-
padding-left: 1rem; }
31-
blockquote p:first-letter {
32-
font-weight: bold; }
36+
padding-left: 1rem;
37+
}
38+
blockquote p:first-letter {
39+
font-weight: bold;
40+
}

dist/themes/oldstyle.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)