tramway-conference 1.8.10 → 1.8.11

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: 8916b9aa207a3554dfdf5dfd7beb0d5cb760602ba05eac08c9dcb883c79c603f
4
- data.tar.gz: 8870d597c31160d0669bef56d07e6d33da0435f3a2b26b476f5778a878e1bb20
3
+ metadata.gz: a6242ab42087c77aef70aa1b177b9b44abe510c337f824f36d0107098f1ec3bb
4
+ data.tar.gz: f936b1050135102d1bff57975cb45fe783017ea8bc3d2aae55d79e3b7bc32b78
5
5
  SHA512:
6
- metadata.gz: 1a9bec2dcaa3cbf388166794c73348a2b43bb57863ad2558c434eb10f404b54c20dbe32a24d80f5e4746d8fd67daeb312734eee9f3870cdb916f60beb38dc052
7
- data.tar.gz: 4234c6edc008deb10cf037ef7600d04912254c29f3fcd3d9bfb781908bd92dd2c26545b0bb5c84e6c61c18b5ed027fa5e6e2e19f39b6755fd7bc49af61b1e15c
6
+ metadata.gz: c99289174fa7c72b7fc5f4a1a22ca739a81c4eefe9c413cd0bc3447c4fddf6651a5f39b9146cd5304a7dd3e699264fe09b11d134da4b54f58a98ee54a7012ef3
7
+ data.tar.gz: 462c6a2e231d0a94a83a678f670b05e5f9c90bcc4210f491924c3915cae2dda8bc3b68670a144a32820562ce2d60064647338883c8f93b22487f53ed1e5ffa74
@@ -5,3 +5,9 @@
5
5
 
6
6
  @import "bootstrap";
7
7
  @import "tramway/admin/application";
8
+
9
+ .row {
10
+ &.main_event {
11
+ margin-top: 150px;
12
+ }
13
+ }
@@ -32,10 +32,7 @@
32
32
  - @collection_news = @news
33
33
 
34
34
  - if @main_event.present?
35
- %br
36
- %br
37
- %br
38
- .row
35
+ .row.main_event
39
36
  .col
40
37
  %h1.text-center
41
38
  = @main_event.title
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Conference
3
- VERSION = '1.8.10'
3
+ VERSION = '1.8.11'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-conference
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.10
4
+ version: 1.8.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Korotin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-01-26 00:00:00.000000000 Z
12
+ date: 2019-02-07 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Engine for Conference web sites
15
15
  email: