jekyll-readthedocs 0.3.0 → 0.3.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
  SHA256:
3
- metadata.gz: 46814d39fe09c6368a84585be0dabeb613971d30b7f46d918a9a3e5d675e3ed5
4
- data.tar.gz: 57e12fbcd7c8bc1b002e158a0953ceeccbe228ecf5876deae24b06c0076d4474
3
+ metadata.gz: 2d95ae1c87b1ed96f23b69389de879a059457d2290943858a895f0fef65c7551
4
+ data.tar.gz: 24099875bab1a00bbc2db6e351d0de8587db4c712e6e98ebcd42d1d6d665a3b8
5
5
  SHA512:
6
- metadata.gz: f51e45c68b08e8396fe002a0a27206e9161c674a218575e39e3f096203d6e8e36efada08092f20a2046666dc2429f4a7f057faa46bbd59f9bdcf01a1f37d5908
7
- data.tar.gz: df867501c0534d160d52070e41f0ab6470fca807385c371abd4273ece533a7379897f2debeaa40ded1257dde8aff455cc2db22aa5b3b8dd9ff6cd90b5ce48512
6
+ metadata.gz: 3317e0bcae3c6f7e8812436c3465916c36dfd86907d1936ba867f41ddb3966115f43f578050577bad3ee01de32c92cf87612aa759d8322ce94b9bfaf423208a1
7
+ data.tar.gz: 12b8b1bf95f03488d77cb41762fcbb993c267b4feeff9f8f60bd1d6cd12787678b6afce54675ae305db3ddb690a975d52687ca7576ffb2485b7e534d800ca0d9
@@ -22,7 +22,7 @@
22
22
  </span>
23
23
  </label>
24
24
 
25
- <ul id="page-list" class="trigger">
25
+ <ul id="page-list" class="trigger sidebar-list">
26
26
  {% for path in page_paths %}
27
27
  {% assign my_page = site.pages | where: "path", path | first %}
28
28
  {% if my_page.title %}
@@ -33,7 +33,7 @@
33
33
  <!-- {% endif %} -->
34
34
 
35
35
  {% if site.posts.size > 0 %}
36
- <ul id="post-list" class="trigger">
36
+ <ul id="post-list" class="trigger sidebar-list">
37
37
  {% for post in site.posts %}
38
38
  <li class="{% if page.title == post.title %}active{% endif %}">
39
39
  {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
@@ -329,29 +329,29 @@
329
329
  margin-left: 12px;
330
330
  }
331
331
 
332
- #post-list {
332
+ .sidebar-list {
333
333
  margin-top: 20px;
334
334
  list-style: none;
335
335
  margin-left: 0;
336
336
  }
337
337
 
338
- #post-list > li {
338
+ .sidebar-list > li {
339
339
  line-height: 16px;
340
340
  padding: 5px 15px;
341
341
  }
342
342
 
343
- #post-list > li:hover {
343
+ .sidebar-list > li:hover {
344
344
  background-color: #454545;
345
345
  }
346
346
 
347
- #post-list > li > span {
347
+ .sidebar-list > li > span {
348
348
  font-size: 70%;
349
349
  font-style: italic;
350
350
  color: #b3b3b3;
351
351
  text-decoration: none;
352
352
  }
353
353
 
354
- #post-list > li > a {
354
+ .sidebar-list > li > a {
355
355
  display: block;
356
356
  position: relative;
357
357
  font-size: 90%;
@@ -360,7 +360,7 @@
360
360
  text-decoration: none;
361
361
  }
362
362
 
363
- #post-list > li.active {
363
+ .sidebar-list > li.active {
364
364
  background-color: $background-color;
365
365
  font-weight: bold;
366
366
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-readthedocs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timothée Mazzucotelli