saga 0.13.1 → 0.13.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dcc7abffab4529460252c2c076641155d4efbe761582bbbcddeced461efd1a40
4
- data.tar.gz: 681d574f9e43dcbc9fdf122f98288f3d075994e83a9ecdcb83def80e52d75123
3
+ metadata.gz: 4094964e1d44aed093bd97b5b9996553ae8588c5da221193a36800fcbca0e5d9
4
+ data.tar.gz: 043da35cf45444bf5518cd1ace35484e0acb8aba25c603cc024d7d1282b07d68
5
5
  SHA512:
6
- metadata.gz: 2d36367f6d393067399e6fcf348b1b3a166930e22d65d28a93e99c3d8c6176d35a392ae6e23b03f37e779e366e6ed45219ff5a92adad850fd90584c7447eac25
7
- data.tar.gz: 888f9017eee59ea317094ebfa26929109a43f265d95b20d6748f21c9e140e2f7de75b2d9c8eaf6e53d806042ba88e6fb3554ea1ae425fac526c369eae3bdc2a6
6
+ metadata.gz: 795bdf665843a8b3f947b1d8adf9ae02720f8f2974916f3406122d7873d98572954b80d7feb54cd0cc7328917ddd90bbeeae87113de4a7944a497c8a1f5c6b9b
7
+ data.tar.gz: 304432814c5a89f48ff6fde9e9e4f89e573ea35ff8cb1fed8f64f8f64cc8afe95acb5ff99bdad4f68f4eea407ab5b72f82ecae0478bbac561e8fa258ef6fd1cb
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Saga
4
- VERSION = '0.13.1'.freeze
4
+ VERSION = '0.13.2'.freeze
5
5
  end
@@ -67,6 +67,10 @@ tbody tr:not(.notes)
67
67
  {
68
68
  border-top: 1px solid #ddd;
69
69
  }
70
+ tbody tr.nested:not(.notes)
71
+ {
72
+ border-top: 1px dashed #ddd;
73
+ }
70
74
  tr.notes
71
75
  {
72
76
  color: #444;
@@ -84,6 +88,11 @@ td:first-child
84
88
  {
85
89
  padding-left: 1em;
86
90
  }
91
+ tr.nested th:first-child,
92
+ tr.nested td:first-child
93
+ {
94
+ padding-left: 3em;
95
+ }
87
96
  th:last-child,
88
97
  td:last-child
89
98
  {
@@ -119,10 +128,6 @@ td.meta
119
128
  {
120
129
  background-color: #f0f8ff;
121
130
  }
122
- tr.nested td.story
123
- {
124
- padding-left: 1em;
125
- }
126
131
  td.id
127
132
  {
128
133
  text-align: right !important;
@@ -179,6 +184,11 @@ dd
179
184
  {
180
185
  padding-right: 2em;
181
186
  }
187
+ tr.nested th:first-child,
188
+ tr.nested td:first-child
189
+ {
190
+ padding-left: 4em;
191
+ }
182
192
  dl
183
193
  {
184
194
  border-bottom: 1px solid #ddd;
@@ -213,6 +223,11 @@ dd
213
223
  {
214
224
  padding-left: 0;
215
225
  }
226
+ tr.nested th:first-child,
227
+ tr.nested td:first-child
228
+ {
229
+ padding-left: 2em;
230
+ }
216
231
  th:last-child,
217
232
  td:last-child
218
233
  {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saga
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manfred Stienstra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-09 00:00:00.000000000 Z
11
+ date: 2019-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubygems_version: 3.0.3
86
+ rubygems_version: 3.0.4
87
87
  signing_key:
88
88
  specification_version: 4
89
89
  summary: Saga is a tool to convert stories syntax to a nicely formatted document.