word-games-theme 1.3.8 → 1.3.9
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 +4 -4
- data/_includes/custom-head.html +0 -2
- data/_includes/head/index.html +0 -5
- data/_layouts/wordMeaning.html +1 -1
- data/assets/css/blog.css +4 -8
- data/assets/css/style.css +4 -8
- 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: 7440c45fddae641e4f01b76626204000cb95604acc12afca82fa57c9e4b047de
|
|
4
|
+
data.tar.gz: d285fe4f1b3f491ce3540db420c13ab74450b8cb520513774be285e10508cd9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9537e2e4aa0bc2e1c432b76d0cd814d1de6eb15bcf1e367e733166b608b482648193e0a836d389b565b7ed35135a637f728f0543ab844deeb9f5500a278bf6b
|
|
7
|
+
data.tar.gz: eb54717c1ace649b979c6eb742410f4d4fd88aa3deeb7dcbab25d7d50caca3466a7cc8accedd1f2a82bb873b84a9f822797803d0a3caf9d70fdc57b5cbf39bd2
|
data/_includes/custom-head.html
CHANGED
data/_includes/head/index.html
CHANGED
data/_layouts/wordMeaning.html
CHANGED
data/assets/css/blog.css
CHANGED
|
@@ -572,20 +572,16 @@ header {
|
|
|
572
572
|
|
|
573
573
|
|
|
574
574
|
/* for ezoic ads css */
|
|
575
|
-
|
|
575
|
+
#ezoic-pub-ad-placeholder-109 {
|
|
576
576
|
position: fixed;
|
|
577
|
-
left: 0;
|
|
578
|
-
width: 170px;
|
|
579
|
-
height: 100vh;
|
|
580
577
|
top: 60px;
|
|
578
|
+
left: 0;
|
|
581
579
|
z-index: 99999;
|
|
582
580
|
}
|
|
583
581
|
|
|
584
582
|
#ezoic-pub-ad-placeholder-110 {
|
|
585
583
|
position: fixed;
|
|
586
|
-
right: 0;
|
|
587
|
-
width: 170px;
|
|
588
|
-
height: 100vh;
|
|
589
584
|
top: 60px;
|
|
585
|
+
right: 0;
|
|
590
586
|
z-index: 99999;
|
|
591
|
-
}
|
|
587
|
+
}
|
data/assets/css/style.css
CHANGED
|
@@ -583,20 +583,16 @@ header {
|
|
|
583
583
|
|
|
584
584
|
|
|
585
585
|
/* for ezoic ads css */
|
|
586
|
-
|
|
586
|
+
#ezoic-pub-ad-placeholder-109 {
|
|
587
587
|
position: fixed;
|
|
588
|
-
left: 0;
|
|
589
|
-
width: 170px;
|
|
590
|
-
height: 100vh;
|
|
591
588
|
top: 65px;
|
|
589
|
+
left: 0;
|
|
592
590
|
z-index: 99999;
|
|
593
591
|
}
|
|
594
592
|
|
|
595
593
|
#ezoic-pub-ad-placeholder-110 {
|
|
596
594
|
position: fixed;
|
|
597
|
-
right: 0;
|
|
598
|
-
width: 170px;
|
|
599
|
-
height: 100vh;
|
|
600
595
|
top: 65px;
|
|
596
|
+
right: 0;
|
|
601
597
|
z-index: 99999;
|
|
602
|
-
}
|
|
598
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: word-games-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|