wai-website-theme 0.1.2 → 0.1.2.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: 748e33063151a48ddceca4807aaf5f17aad00f95
4
- data.tar.gz: 604c875fe9dc2c8698ec5ec49c84868e9ba23d21
3
+ metadata.gz: 12bab07740a2ac0b08a8ab834c61a4b07ee9ec36
4
+ data.tar.gz: 2a56bb12c6b8bbcd097a3e37d51d27938e64c3c1
5
5
  SHA512:
6
- metadata.gz: 847445c1d0291085e930c58ac5b0c707eeca823439e58d6659faf6d629b065dc6cd998adf865268e150b5bf247d90866366bc9a8c9fc0c7dc965e22bdcbbfd80
7
- data.tar.gz: 8e3c9481cffdfb247f35ab6035e66ffdf27fb4a1be21f776bb020fdc1e11a5bf7e91f0eb9e9be7526779f1053571bc030dd36b69ca17fa9083eddf3d01d90958
6
+ metadata.gz: 17d8727b19d348d5ffc515fad93656382dc6994d26654105ca9a9675d3c2a5c9bea030cbf1211f3dcb96f6a86e108c283d734d824e2e979e0e3f7baa4252614f
7
+ data.tar.gz: 219b5f3926d66e641924db7bbd0be6f1e5533df49caebf35a7b532fbb577a90a198f52092f0052e11826c41d580341acd89a59dca8289591dc4d406871da1654
@@ -7,7 +7,7 @@
7
7
  <main id="main" class="default-grid with-gap{% unless page.noleftcol %} leftcol{% endunless %}" tabindex="-1">
8
8
 
9
9
  <article>
10
- <h1>{% if page.title_icon %}<svg class="title-icon" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {{ page.title }}</h1>
10
+ <h1>{% if page.title_icon %}<svg class="icon-in-title" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {{ page.title }}</h1>
11
11
  {{ content }}
12
12
 
13
13
  {{page.wcag_success_criteria}}{{page.wcag_techniques}}
data/_layouts/news.html CHANGED
@@ -7,7 +7,7 @@
7
7
  <main id="main" tabindex="-1">
8
8
  <div class="grid-five-three">
9
9
  <div class="col12">
10
- <h1>{% if page.title_icon %}<svg class="title-icon" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {{ page.title }}</h1>
10
+ <h1>{% if page.title_icon %}<svg class="icon-in-title" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {{ page.title }}</h1>
11
11
  </div>
12
12
  </div>
13
13
  {{ content }}
@@ -9,7 +9,7 @@
9
9
  {% include sidenav.html %}
10
10
 
11
11
  <article>
12
- <h1>{% if page.title_icon %}<svg class="title-icon" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {% endif %}{{ page.title }}</h1>
12
+ <h1>{% if page.title_icon %}<svg class="icon-in-title" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {% endif %}{{ page.title }}</h1>
13
13
  {{ content }}
14
14
 
15
15
  {% if page.wcag_success_criteria or page.wcag_techniques %}
@@ -9,7 +9,7 @@
9
9
  {% include sidenav.html %}
10
10
 
11
11
  <article class="content">
12
- <h1>{% if page.title_icon %}<svg class="title-icon" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {{ page.title }}</h1>
12
+ <h1>{% if page.title_icon %}<svg class="icon-in-title" aria-hidden="true"><use xlink:href="{{site.github.url}}{{page.title_icon}}"></use></svg> {{ page.title }}</h1>
13
13
  {{ content }}
14
14
  {% include prevnext.html %}
15
15
  </article>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wai-website-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Eggert