jekyll-theme-isotc211 0.4.3 → 0.4.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/legacy-crossbrowser.scss +72 -72
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 899cb3e4abe3b867302cb46b98d45f15481d0652
4
- data.tar.gz: '04695f96d0cd749b29b85167ae26a9ebb65a7a6f'
3
+ metadata.gz: d9cd2ff5be3922c249b9b8a0d91f4942c5b57879
4
+ data.tar.gz: d5c63f0dc6c64d8fa5c299b03a97c8dcaae16ece
5
5
  SHA512:
6
- metadata.gz: 11fbdd2eaa885e0696551b019acaccccb9c2e856d98eba45cf5551d661dfcc0cfc41d6f8d8035d9b90201ffba40d7b0552108adf4f657a385381a6f2c65d7180
7
- data.tar.gz: 579629c711296196e82705df6cc6c319d6ec3121977e7d719dd7711f12b4dbf63a4c2e9984bdb3c89717529643a7b98120e221adffddc2b13f7fc598d450e15b
6
+ metadata.gz: b2ffe2f9091ed3b43a0e3c9f2f6d672510679c56dadf67c4f2a9818e54607800bdd673524ebd0e332b1306e04898af82583195b30d9b95d9570be6c4e2f834bf
7
+ data.tar.gz: d389e87223ec658b3dd18e29a538403b2f0a3fc439d504d8f6c213ee732a24df30c6b15729203c4315042d284964692a419b1bcc5091a2a6eef061dc48da605e
@@ -1,7 +1,7 @@
1
1
  // Flexbox corrections for IE 11
2
2
  @media all and (-ms-high-contrast:none){
3
- body.home section.resource-row{
4
- min-height: 420px;
3
+ body.home section.resource-row > .resource{
4
+ display: inline-block;
5
5
  }
6
6
  }
7
7
 
@@ -10,74 +10,74 @@
10
10
  // Layout workaround without using Flexbox for IE 10 and below
11
11
 
12
12
  @media screen and (min-width:0\0) {
13
- body>header {
14
- margin: 0;
15
- padding: 0;
16
- padding-left: 15%;
17
- padding-top: 12px;
18
- }
19
-
20
- body>header .site-headline .site-title .committee-widget {
21
- font-size: 95%;
22
- }
23
-
24
- body>header .site-headline .site-title .title {
25
- display: block;
26
- margin-top: 12px;
27
- padding-bottom: 12px;
28
- }
29
-
30
- body>main {
31
- display: block;
32
- }
33
-
34
- body.home section.resource-row>.resource {
35
- width: 31%;
36
- display: block;
37
- float: left;
38
- }
39
-
40
- body.home>main>.news .items {
41
- padding: 0;
42
- margin: 0;
43
- margin-left: 15%;
44
- width: 75%;
45
- }
46
-
47
- body.home>main>.news .news-item-card {
48
- display: block;
49
- margin-top: 18px;
50
- padding-top: 1px;
51
- padding-bottom: 1px;
52
- }
53
-
54
- body.home>main>.news .items .news-item-card:first-child {
55
- margin-left: 0;
56
- }
57
-
58
- body.home>main>.news .news-item-card.news-item--with-illustration {
59
- min-height: 208px;
60
- }
61
-
62
- body.home>main>.news,
63
- body.home section.resource-row {
64
- clear: both;
65
- display: block;
66
- }
67
-
68
- body.home>main>.news .items {
69
- padding-bottom: 18px;
70
- }
71
-
72
- body>footer {
73
- padding-top: 8px;
74
- }
75
-
76
- body>footer ul[role="nav"] li {
77
- display: inline-block;
78
- }
79
-
80
- body>footer .powered-by {
81
- float: right
82
- }
13
+ body>header {
14
+ margin: 0;
15
+ padding: 0;
16
+ padding-left: 15%;
17
+ padding-top: 12px;
18
+ }
19
+
20
+ body>header .site-headline .site-title .committee-widget {
21
+ font-size: 95%;
22
+ }
23
+
24
+ body>header .site-headline .site-title .title {
25
+ display: block;
26
+ margin-top: 12px;
27
+ padding-bottom: 12px;
28
+ }
29
+
30
+ body>main {
31
+ display: block;
32
+ }
33
+
34
+ body.home section.resource-row>.resource {
35
+ width: 31%;
36
+ display: block;
37
+ float: left;
38
+ }
39
+
40
+ body.home>main>.news .items {
41
+ padding: 0;
42
+ margin: 0;
43
+ margin-left: 15%;
44
+ width: 75%;
45
+ }
46
+
47
+ body.home>main>.news .news-item-card {
48
+ display: block;
49
+ margin-top: 18px;
50
+ padding-top: 1px;
51
+ padding-bottom: 1px;
52
+ }
53
+
54
+ body.home>main>.news .items .news-item-card:first-child {
55
+ margin-left: 0;
56
+ }
57
+
58
+ body.home>main>.news .news-item-card.news-item--with-illustration {
59
+ min-height: 208px;
60
+ }
61
+
62
+ body.home>main>.news,
63
+ body.home section.resource-row {
64
+ clear: both;
65
+ display: block;
66
+ }
67
+
68
+ body.home>main>.news .items {
69
+ padding-bottom: 18px;
70
+ }
71
+
72
+ body>footer {
73
+ padding-top: 8px;
74
+ }
75
+
76
+ body>footer ul[role="nav"] li {
77
+ display: inline-block;
78
+ }
79
+
80
+ body>footer .powered-by {
81
+ float: right
82
+ }
83
83
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-isotc211
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.