jekyll-theme-isotc211 0.4 → 0.4.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: 4ab566731d8ba5fced940a432af47990dc307a05
4
- data.tar.gz: a03ffd378fcfb9d05428431c39dd851d59fe5318
3
+ metadata.gz: '049ec9391d98abd9b9ff77eb9e24ba47fa65488f'
4
+ data.tar.gz: 10f5fe6f6298376c3963b39eeda4a64ae5ebde6f
5
5
  SHA512:
6
- metadata.gz: 1d2ed0e30ef9279621f90b833469f0e5b0b2d4f5471635de3bb2615af99edbe78453c19e1657043d2fac44469c32c7dc0c4aeda00ea482a0e343ace70a9f8565
7
- data.tar.gz: a740eb6651f60153fdf693edd4fbb26651b9ba05c52f4236ec91c13851e20d0a6810c25f760ec6708bf468f80229d1ca3aa473fad78a6ae28fbbb57a2c516e4a
6
+ metadata.gz: 91e76518d358f143530a94148bdbb0dd75279e81909ff79ec3c077cfec5ce8ff5474a7e9b47af02317919b1fb9d963c714b94176f66063d2a17f83e8c02518a3
7
+ data.tar.gz: 19aa9595c5baddb32db20afb410e220e14a3ca938f9189d15bff556926b102245570c05fd4be37c228030d3adf7359cfae2e19f475766a3c4ea49c66bd9503a8
@@ -80,3 +80,4 @@ html {
80
80
  @import 'home';
81
81
  @import 'post';
82
82
  @import 'posts';
83
+ @import 'legacy-crossbrowser';
@@ -0,0 +1,74 @@
1
+ // Layout workaround without using Flexbox for IE 10 and below
2
+
3
+ @media screen and (min-width:0\0) {
4
+ body>header {
5
+ margin: 0;
6
+ padding: 0;
7
+ padding-left: 15%;
8
+ padding-top: 12px;
9
+ }
10
+
11
+ body>header .site-headline .site-title .committee-widget {
12
+ font-size: 95%;
13
+ }
14
+
15
+ body>header .site-headline .site-title .title {
16
+ display: block;
17
+ margin-top: 12px;
18
+ padding-bottom: 12px;
19
+ }
20
+
21
+ body>main {
22
+ display: block;
23
+ }
24
+
25
+ body.home section.resource-row>.resource {
26
+ width: 31%;
27
+ display: block;
28
+ float: left;
29
+ }
30
+
31
+ body.home>main>.news .items {
32
+ padding: 0;
33
+ margin: 0;
34
+ margin-left: 15%;
35
+ width: 75%;
36
+ }
37
+
38
+ body.home>main>.news .news-item-card {
39
+ display: block;
40
+ margin-top: 18px;
41
+ padding-top: 1px;
42
+ padding-bottom: 1px;
43
+ }
44
+
45
+ body.home>main>.news .items .news-item-card:first-child {
46
+ margin-left: 0;
47
+ }
48
+
49
+ body.home>main>.news .news-item-card.news-item--with-illustration {
50
+ min-height: 208px;
51
+ }
52
+
53
+ body.home>main>.news,
54
+ body.home section.resource-row {
55
+ clear: both;
56
+ display: block;
57
+ }
58
+
59
+ body.home>main>.news .items {
60
+ padding-bottom: 18px;
61
+ }
62
+
63
+ body>footer {
64
+ padding-top: 8px;
65
+ }
66
+
67
+ body>footer ul[role="nav"] li {
68
+ display: inline-block;
69
+ }
70
+
71
+ body>footer .powered-by {
72
+ float: right
73
+ }
74
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-isotc211
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-04 00:00:00.000000000 Z
11
+ date: 2019-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -148,6 +148,7 @@ files:
148
148
  - _sass/expandable-nav.scss
149
149
  - _sass/home.scss
150
150
  - _sass/jekyll-theme-isotc211.scss
151
+ - _sass/legacy-crossbrowser.scss
151
152
  - _sass/main.scss
152
153
  - _sass/normalize.scss
153
154
  - _sass/offsets.scss