trusty-festivity-extension 2.3.25 → 2.3.26

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
  SHA1:
3
- metadata.gz: f025653b642936537370898a8d398e8d26da85f9
4
- data.tar.gz: bda364cbd4c130df862288369f08a37b6b22c70a
3
+ metadata.gz: d6275fac951a8b1ed88a73f2d3ea85a019df6931
4
+ data.tar.gz: 8c91c0a6730500f605df81d08674a667ae1af98a
5
5
  SHA512:
6
- metadata.gz: 1f52fb53172a2c260086a2ed09f34fcd00f18821d61b0d7f448b1e2142982bcf216f59194f717e748ee62f50c3dbb967d0bd5d618ea85ae7b9ca877e29892ac7
7
- data.tar.gz: 32476af61a2f8ad49636be214e5336f944940ef30182c4d11a22d853457d76d9e295e737788abf552dfea3161deeea6d4e56eeb7479315bea836b21bcc6fb5ec
6
+ metadata.gz: 006598a9b9ef31fe826e196c2976afc25cdbdec816a47a8d0fd4ed0417fed3ecea016ad2cedc90b8e24746654d5e25304ae84ada5694a5a8629ffa960d1963d0
7
+ data.tar.gz: 101e50301cb40e8957d39f55f81aa76dad16fd40b144bcedaf59d8f1ce396f2cb604d4296f0d28583a41ae4e8b0dd27a1e8d924f552f815f2409b9cec6af09cf
@@ -27,19 +27,22 @@
27
27
  width: 100%;
28
28
  }
29
29
  }
30
- ul, ol {
31
- margin: 0 0 0.5em 2em;
32
- li {
33
- margin-bottom: 0.5em;
30
+ .event-body-text {
31
+ ul, ol {
32
+ margin: 0 0 0.5em 2em;
33
+ li {
34
+ margin-bottom: 0.5em;
35
+ }
34
36
  }
35
- }
36
37
 
37
- ul {
38
- list-style: disc;
39
- margin-top: 0.5em;
40
- }
38
+ ul {
39
+ list-style: disc;
40
+ margin-top: 0.5em;
41
+ }
41
42
 
42
- ol {
43
- list-style: decimal;
43
+ ol {
44
+ list-style: decimal;
45
+ }
44
46
  }
47
+
45
48
  }
@@ -24,5 +24,3 @@
24
24
  @import "modules/event";
25
25
  @import "modules/toggler";
26
26
  @import "modules/callout";
27
-
28
-
@@ -15,7 +15,8 @@
15
15
  %img{src: @event.image, alt: "Lead Image"}
16
16
 
17
17
  .event-body
18
- = @event.body
18
+ .event-body-text
19
+ = @event.body
19
20
 
20
21
  %ul.event-tools
21
22
  - if @event.video?
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.3.25"
2
+ VERSION = "2.3.26"
3
3
  SUMMARY = "Festival microsite engine for Trusty CMS"
4
4
  DESCRIPTION = "Event management for arts festivals."
5
5
  URL = "http://github.com/pgharts/trusty-festivity-extension"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-festivity-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.25
4
+ version: 2.3.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple