jekyll-theme-open-project 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8608002e01dbaffe87459f51a885499eff114e33fccb31ed0c4010fdb5de4d8b
4
- data.tar.gz: e4d13df9ca1f79fc48f592f6af5380fd9cdf451a4af45499597dd17784a2fcf8
3
+ metadata.gz: 70b462c8b4d537139b15f735ddb01d47a61908d253f411a1a06a765363276801
4
+ data.tar.gz: 2e8cf0edb54dd0d7b7e3baf38603db67b8a508315ad1c2889d4ab17544617368
5
5
  SHA512:
6
- metadata.gz: 513d131fe32fd8c31465ee4900e48bf6de832696ef6ec28bff6e9df51df96bcec999b08850c542958083339641af6db7a7fc02af5a01771fc291c4ce2b1da389
7
- data.tar.gz: 47c79fd29cf58382bd0dd11436c8eeecd9536cbf5d306a1928fa3a2ff5d46ed1953e45c6d95e701406781c38ebb63da89e16e8b748c368bf862a93c03696ab10
6
+ metadata.gz: 33b3f68ced09c8a98722ac28729230ee523872db0a36e05ec994ee74471066187168a074a217ff159249a74464c8230e4a7f0fe3c89f0e9eb3f1c89830ee35d2
7
+ data.tar.gz: eac25c2cb207a09fe82bb0e0938942e14ba65620756b74c16d649357ccd45ff216b791cb71f9bf08d5fcbdb11565d67e18551fcba7bf094e41338eafd76c2f23
@@ -98,7 +98,7 @@
98
98
  apiKey: '{{ site.algolia_search.api_key }}',
99
99
  indexName: '{{ site.algolia_search.index_name }}',
100
100
  inputSelector: 'input[type=search]',
101
- debug: true,
101
+ debug: false,
102
102
  });
103
103
  };
104
104
  </script>
@@ -9,6 +9,9 @@ $primary-color: lightblue !default;
9
9
  $primary-dark-color: navy !default;
10
10
  $accent-color: red !default;
11
11
 
12
+ $warning-color: red !default;
13
+ $important-color: orange !default;
14
+
12
15
  $header-background: $primary-dark-color !default;
13
16
  $hero-background: $primary-dark-color !default;
14
17
  $superhero-background: $primary-dark-color !default;
@@ -368,9 +368,25 @@ a {
368
368
  ul, ol {
369
369
  padding-left: 1.25em;
370
370
 
371
- li > p:only-child {
372
- // Keep list items visually together
373
- margin: 0;
371
+ li {
372
+ margin: .25em 0;
373
+
374
+ > p:first-child {
375
+ margin-top: 0;
376
+ }
377
+ > p:last-child {
378
+ margin-bottom: 0;
379
+ }
380
+ }
381
+ }
382
+ dl {
383
+ dd {
384
+ table,
385
+ p {
386
+ margin-top: .5em;
387
+ margin-bottom: .5em;
388
+ font-size: 90%;
389
+ }
374
390
  }
375
391
  }
376
392
  blockquote {
@@ -212,6 +212,23 @@
212
212
  }
213
213
 
214
214
  // Blocks
215
+
216
+ .admonitionblock,
217
+ .listingblock {
218
+ margin: 1em 0;
219
+ }
220
+
221
+ .admonitionblock.warning {
222
+ td.icon .title {
223
+ background-color: $warning-color;
224
+ }
225
+ }
226
+ .admonitionblock.important {
227
+ td.icon .title {
228
+ background-color: $important-color;
229
+ }
230
+ }
231
+
215
232
  .imageblock {
216
233
  .title {
217
234
  background-color: $accent-color;
@@ -239,10 +256,6 @@
239
256
  }
240
257
  }
241
258
 
242
- .admonitionblock {
243
- margin: 1em 0;
244
- }
245
-
246
259
  .admonitionblock {
247
260
  overflow-x: scroll;
248
261
  padding-left: .5em;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-open-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
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-02-21 00:00:00.000000000 Z
11
+ date: 2019-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 1.3.2
75
+ version: 1.3.3
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 1.3.2
82
+ version: 1.3.3
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: bundler
85
85
  requirement: !ruby/object:Gem::Requirement