okf-pub-theme 0.2.4 → 0.2.5

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: 22f9f781e57e12912408ad353d17da14f7950815
4
- data.tar.gz: 9ae9e97e7f4eedecfa754ff7f55572e1f0bd266f
3
+ metadata.gz: f308f0443c76e0f476bfeece9a29c659b480cd0d
4
+ data.tar.gz: d6f98ee4de1002a2460e5e7a655584cd1ea3ffc5
5
5
  SHA512:
6
- metadata.gz: 60bf96bc7bfc2718882843f2f0bc67268a905008faff9cfa6d2b53f18d8205f1b9565d1138f07c95705ea46e22c27425a61e2ff3e7be3de54973c21e21cf28f2
7
- data.tar.gz: d87ebb6639c133fe08defd4c8edd60cd8b1a365608b653887cd0302bb9d791bb31cdf3a96e15ad484a24a4208be10276ebd374522f4718bf77eb74293beff37a
6
+ metadata.gz: 10e167c4c12e778dcbd1c13bfb0cb472b7618a031fb2ec8acc1db3c1fa4929edf02c78b949e1e81c13c702e24c02bc72741c447786ceed8347530796cdfd0a87
7
+ data.tar.gz: 12f5fad8686e4c2a202eefbc7786c8805a115881ce61549985bf42916e9df42cf354f3cce5179ea8d3ae699ae0fc458e882b80c534ca359af98fe1c00f227c39
@@ -4,12 +4,14 @@
4
4
  <div class="header__toggle">
5
5
  <a href="#menutoggle" class="toggle burger" title="Menü ausklappen">
6
6
  <svg viewBox="0 0 100 100" width="60px" height="40px" class="toggle__icon">
7
+ <title>Hamburger icon</title>
7
8
  <rect x="0" y="38" width="100" height="5" class="toggle__r" />
8
9
  <rect x="0" y="63" width="100" height="5" class="toggle__l" />
9
10
  </svg>
10
11
  </a>
11
12
  <a href="#" class="toggle cross" title="Menü einklappen">
12
13
  <svg viewBox="0 0 100 100" width="60px" height="40px" class="toggle__icon">
14
+ <title>Close icon</title>
13
15
  <rect x="0" y="38" width="100" height="5" class="toggle__r" />
14
16
  <rect x="0" y="63" width="100" height="5" class="toggle__l" />
15
17
  </svg>
@@ -20,7 +22,7 @@
20
22
  </div>
21
23
  </div>
22
24
  <div class="header__toggleble">
23
- <nav class="header__nav">
25
+ <nav class="header__nav" aria-label="Hauptnavigation">
24
26
  <h2 class="header__nav-title is-size-5">Inhalt</h2>
25
27
  <ol>
26
28
  {% assign sorted_pages = site.pages | sort:"chapter" %}
@@ -7,7 +7,7 @@
7
7
 
8
8
  {%- include header.html -%}
9
9
 
10
- <main class="page-content" aria-label="Content" id="content">
10
+ <main class="page-content" aria-label="Hauptinhalt" id="content" tab-index="-1">
11
11
  <div class="wrapper">
12
12
  {{ content }}
13
13
  </div>
data/_sass/_header.sass CHANGED
@@ -67,6 +67,7 @@
67
67
  overflow-y: scroll
68
68
  li
69
69
  position: relative
70
+ white-space: nowrap
70
71
  ol
71
72
  list-style: none
72
73
  .toplevel
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: okf-pub-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - lislis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-23 00:00:00.000000000 Z
11
+ date: 2019-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll