bookingsync_portal 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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26c3d52e88e1e00036d5a0cb22ebc62eb9bb4c4d
|
|
4
|
+
data.tar.gz: c6b93bdf806c10b10407b5928ba35aac71aec485
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d10bfc9f2c6546ca8f2efdbd38183c207ccbeecccd9526935d9355c56eb2f777a8a317e1e986cc0ddc5cfcde094ae8b1053edde924ba156357104534e52e73ea
|
|
7
|
+
data.tar.gz: 5626edebb958581c35fc17b818c3204d4e8281625c03bf95a8b9111c14aa890c030fd5c7086d1bb9cf9799de5555ea05d62d6cb0b2f5939e52a30b6017f1c551
|
|
@@ -148,6 +148,7 @@ body > .footer {
|
|
|
148
148
|
.panel-body-grid {
|
|
149
149
|
display: flex;
|
|
150
150
|
overflow: hidden;
|
|
151
|
+
position: relative;
|
|
151
152
|
}
|
|
152
153
|
|
|
153
154
|
.panel-body-grid-photo {
|
|
@@ -164,6 +165,7 @@ body > .footer {
|
|
|
164
165
|
|
|
165
166
|
h4 {
|
|
166
167
|
margin: 0 0 10px 0;
|
|
168
|
+
line-height: 1.4;
|
|
167
169
|
}
|
|
168
170
|
|
|
169
171
|
p {
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bookingsync_portal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Piotr Marciniak
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2016-01-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -403,9 +403,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
403
403
|
version: '0'
|
|
404
404
|
requirements: []
|
|
405
405
|
rubyforge_project:
|
|
406
|
-
rubygems_version: 2.4.5
|
|
406
|
+
rubygems_version: 2.4.5.1
|
|
407
407
|
signing_key:
|
|
408
408
|
specification_version: 4
|
|
409
409
|
summary: A common base for creating BookingSync portal applications.
|
|
410
410
|
test_files: []
|
|
411
|
-
has_rdoc:
|