@mitsuharu/vivliostyle-theme-iosdc-pamphlet 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/theme.css +12 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mitsuharu/vivliostyle-theme-iosdc-pamphlet",
3
3
  "description": "It is vivliostyle theme for iOSDC Japan pamphlet",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "author": "Mitsuharu Emoto <mthr1982@gmail.com>",
6
6
  "main": "theme.css",
7
7
  "scripts": {
package/theme.css CHANGED
@@ -154,6 +154,18 @@ pre[class*="language-"] {
154
154
  column-gap: 10mm;
155
155
  }
156
156
 
157
+ /* 最初のページの左段の先頭に空白ができるのを防ぐ */
158
+ p {
159
+ margin-break: discard;
160
+ }
161
+
162
+ /* 著者の所属など */
163
+ .affiliation {
164
+ float: block-end;
165
+ float-reference: column;
166
+ border-block-start: thin solid currentcolor;
167
+ }
168
+
157
169
  header {
158
170
  float: block-start;
159
171
  float-reference: page;