Skip to content

Commit 5d0cc58

Browse files
author
Ryan A. Johnson
committed
fixup
1 parent 98d94c0 commit 5d0cc58

File tree

29 files changed

+46
-46
lines changed

29 files changed

+46
-46
lines changed

docs/_templates/component.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% include 'partials/see-also.njk' %}
1313
{% endif %}
1414
</main>
15-
<aside class="hxSiderail hxBox-xl">
15+
<aside class="hxSiderail hxBox-md">
1616
<h1 class="hxContainerTitle">On this page:</h1>
1717
<nav class="article-toc">
1818
{{ page.raw | toc | safe }}

docs/_templates/element.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{% include 'partials/see-also.njk' %}
4747
{% endif %}
4848
</main>
49-
<aside class="hxSiderail hxBox-xl">
49+
<aside class="hxSiderail hxBox-md">
5050
<h1 class="hxContainerTitle">On this page:</h1>
5151
<nav class="article-toc">
5252
{{ page.raw | toc | safe }}

docs/_templates/guide.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% include 'partials/see-also.njk' %}
1313
{% endif %}
1414
</main>
15-
<aside class="hxSiderail hxBox-xl">
15+
<aside class="hxSiderail hxBox-md">
1616
{% include 'partials/sidebar.njk' %}
1717
</aside>
1818
{% endblock %}

docs/_templates/styleguide.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% include 'partials/see-also.njk' %}
1313
{% endif %}
1414
</main>
15-
<aside class="hxSiderail hxBox-xl">
15+
<aside class="hxSiderail hxBox-md">
1616
{% include 'partials/sidebar.njk' %}
1717
</aside>
1818
{% endblock %}

docs/docs.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
}
6363

6464
hr {
65-
border-top-color: @gray-500;
65+
border-top-color: @gray-400;
6666
}
6767
}
6868

docs/elements/hx-checkbox/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<hx-dl class="hxBox-md metadata">
1313
<hx-def>
1414
<hx-dt>Permitted Parents</hx-dt>
15-
<hx-dd>Any</hx-dd>
15+
<hx-dd>any</hx-dd>
1616
</hx-def>
1717
<hx-def>
1818
<hx-dt>Permitted Children</hx-dt>
19-
<hx-dd>None</hx-dd>
19+
<hx-dd>none (content will be removed upon element upgrade)</hx-dd>
2020
</hx-def>
2121
</hx-dl>
2222
</section>

docs/elements/hx-dd/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</hx-def>
2323
<hx-def>
2424
<hx-dt>Permitted Children</hx-dt>
25-
<hx-dd>Flow content</hx-dd>
25+
<hx-dd>flow content</hx-dd>
2626
</hx-def>
2727
</hx-dl>
2828
</section>

docs/elements/hx-def/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<hx-def>
2525
<hx-dt>Permitted Children</hx-dt>
2626
<hx-dd>
27-
One or more of the following:
27+
one or more of the following:
2828
<ul>
2929
<li>an <a href="elements/hx-dt">&lt;hx-dt&gt;</a> element</li>
3030
<li>an <a href="elements/hx-dd">&lt;hx-dd&gt;</a> element</li>

docs/elements/hx-disclosure/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<hx-dl class="hxBox-md metadata">
1414
<hx-def>
1515
<hx-dt>Permitted Parents</hx-dt>
16-
<hx-dd>Any</hx-dd>
16+
<hx-dd>any</hx-dd>
1717
</hx-def>
1818
<hx-def>
1919
<hx-dt>Permitted Children</hx-dt>
20-
<hx-dd>Flow content</hx-dd>
20+
<hx-dd>flow content</hx-dd>
2121
</hx-def>
2222
</hx-dl>
2323
</section>

docs/elements/hx-dl/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<hx-dl class="hxBox-md metadata">
1717
<hx-def>
1818
<hx-dt>Permitted Parents</hx-dt>
19-
<hx-dd>Any</hx-dd>
19+
<hx-dd>any</hx-dd>
2020
</hx-def>
2121
<hx-def>
2222
<hx-dt>Permitted Children</hx-dt>
2323
<hx-dd>
24-
Zero or more <a href="elements/hx-def">&lt;hx-def&gt;</a> elements
24+
zero or more <a href="elements/hx-def">&lt;hx-def&gt;</a> elements
2525
</hx-dd>
2626
</hx-def>
2727
</hx-dl>

0 commit comments

Comments
 (0)