betterplace-content 0.6.9 → 0.6.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/rules.html +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 494d900a7005646777aa8da5743f789998ec273cb944069efee7f7ccab58d096
|
4
|
+
data.tar.gz: 556146d63939b0689f7ba63d28f7ed0deb4ea0524dc9351f85abaa5d9082e309
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2f0327f019382addceb639a4d2fc5c31012c73248b8166c665d92a85cf50979089f83d9ce0e7638ad2093116682af57a740868cdf1a8dde305e9955bd31dc56
|
7
|
+
data.tar.gz: 5921044986d7ba9bcda89cc77cbeb50f509cb2e3c55455373de8db76141ddf495066740695b29181baad4d2f18c1a0d4741790e0864ba0dc6dbd5ff18059350b
|
data/_layouts/rules.html
CHANGED
@@ -50,7 +50,7 @@ document.onreadystatechange = function () {
|
|
50
50
|
</script>
|
51
51
|
<style type="text/css">
|
52
52
|
/* Thanks at https://github.com/jekyll/jekyll/blob/aef0e1c2527160c0a8f4f472811eacc5687c986f/docs/_sass/_style.scss#L162 */
|
53
|
-
.header-link {
|
53
|
+
.content-wrapper .header-link {
|
54
54
|
position: relative;
|
55
55
|
left: 0.5em;
|
56
56
|
opacity: 0;
|
@@ -59,11 +59,11 @@ document.onreadystatechange = function () {
|
|
59
59
|
-moz-transition: opacity 0.2s ease-in-out 0.1s;
|
60
60
|
-ms-transition: opacity 0.2s ease-in-out 0.1s;
|
61
61
|
}
|
62
|
-
h2:hover .header-link,
|
63
|
-
h3:hover .header-link,
|
64
|
-
h4:hover .header-link,
|
65
|
-
h5:hover .header-link,
|
66
|
-
h6:hover .header-link {
|
62
|
+
.content-wrapper h2:hover .header-link,
|
63
|
+
.content-wrapper h3:hover .header-link,
|
64
|
+
.content-wrapper h4:hover .header-link,
|
65
|
+
.content-wrapper h5:hover .header-link,
|
66
|
+
.content-wrapper h6:hover .header-link {
|
67
67
|
opacity: 1;
|
68
68
|
}
|
69
69
|
</style>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: betterplace-content
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- betterplace.org Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-06-
|
11
|
+
date: 2019-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|