jekyll-theme-jod 0.1.7 → 0.1.8

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: 4be4d9954e1b774631913aa9a5bb1e69ccbf8e45
4
- data.tar.gz: a112e3f44e12c4338a2f7045ca330adbcf9eb923
3
+ metadata.gz: 951c7f8b76ee9f716b08d52259653295e88ff44e
4
+ data.tar.gz: 300a49e67a590a4e097489952c96de67479181fc
5
5
  SHA512:
6
- metadata.gz: 131c86a82dd7acb49c53b7fdc1bc71d5a0310f422cf001f6e2c8a420c1acabbfac232b7e0fd0f9d058ed5fb36a5a9fca2b7a35b2c30f5171c6810221504f6824
7
- data.tar.gz: 1acaa5e3148881c6a8c9dbaa18965840d191cb9cbc03c60e84284c91d376450a83becdde4dc2946f39f590da2f93dffc4dae9629d239b5c026c7163314695c7f
6
+ metadata.gz: 28d9645401dea4949cce050c35288d324fc24d4b33ebb8936ef49212ab8fb05ed699efcdc65ea1126a4352dd259bb3641fb422237d6b37602c0051d1644eb4bc
7
+ data.tar.gz: f5e93b6f6adcde42b87d6cb186df82400fb4a4667413a508a33cf10440f9b6ada151a127124146ade3315655ae4d17e073b15b89dbca2d81b7da34229e4704b1
@@ -1,4 +1,4 @@
1
- <nav class="col-sm-3 col-md-2 d-none d-sm-block bg-light sidebar">
1
+ <nav class="col-sm-3 col-md-2 col-lg-3 col-xl-3 d-none d-sm-block bg-light sidebar">
2
2
  <form class="bd-search d-flex align-items-center">
3
3
  <input
4
4
  type="search"
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8
8
 
9
9
  <!-- Bootstrap CSS -->
10
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
10
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
11
11
  </head>
12
12
  <body>
13
13
 
@@ -15,8 +15,8 @@
15
15
 
16
16
  <!-- Optional JavaScript -->
17
17
  <!-- jQuery first, then Popper.js, then Bootstrap JS -->
18
- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
19
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
20
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
18
+ <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
19
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
20
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
21
21
  </body>
22
22
  </html>
@@ -72,7 +72,7 @@ rdf_prefix_path: "_data/prefixes.pref"
72
72
  <div class="row">
73
73
  {% include navigation.html iri = result.subject.iri %}
74
74
 
75
- <main role="main" class="container">
75
+ <main role="main" class="container col-sm-9 col-md-10 col-lg-8 col-xl-7">
76
76
  {% include ontology-head.html iri = result.subject.iri %}
77
77
 
78
78
  <h2 id="classes">Overview</h2>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Tramp