servel 0.15.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 117d9e0db92881231808a7525938dff72a12e3a3
4
- data.tar.gz: 75a69275c182a29ec34edcb53f75b95dea805fa6
3
+ metadata.gz: 9f7ff8c3918eef180eff27772ba98589e665affd
4
+ data.tar.gz: 75a4f051a9b4b265550f1cc31396acbbe12ef6fe
5
5
  SHA512:
6
- metadata.gz: 224b28d1b3254a7adcfdaa517daf5c1c18511b06fafe1d43b7c6987fb4672d8d330d7dd3cbfd907cc1d1377bb7e0247b6f068db946791d80f76670f53c784cbb
7
- data.tar.gz: 3250aee872e9305c7fe415b3bbaa34954da1e062ff7fc2401294846b2e082c957fb0e7b3cad8248c3dc8370b49cfb9d66f808c56186a1b51a378f8888882e441
6
+ metadata.gz: e940ef988d1e5b576427f4b9eec31a278adf305692ed283a62242f8c26c0051c855e46446de03166d30882fc355765365ba22ac8fa1b64e37401d6c5592ce4c0
7
+ data.tar.gz: 8463ce0c655cac657d3f50b75dc4832650f7649d89c3b60916d7e35d5fb45dcfc5bee4c29ba710c6aed35ce530c9c28e4a02a1628d3dbc90b5fb8264bd87d932
@@ -9,6 +9,7 @@
9
9
  #image, #video, #audio, #text {
10
10
  display: none;
11
11
  max-width: 100%;
12
+ max-height: 100%;
12
13
  margin: 0 auto 0 auto;
13
14
  }
14
15
 
@@ -26,12 +27,6 @@
26
27
  background-color: #ffffff;
27
28
  }
28
29
 
29
- @media (min-width: 992px) {
30
- #image, #video, #audio, #text {
31
- max-height: 100%;
32
- }
33
- }
34
-
35
30
  #gallery.video, #gallery.audio, #gallery.text {
36
31
  padding: 0 100px;
37
32
  }
@@ -1,3 +1,3 @@
1
1
  module Servel
2
- VERSION = "0.15.0"
2
+ VERSION = "0.16.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: servel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brenton "B-Train" Fletcher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-30 00:00:00.000000000 Z
11
+ date: 2018-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler