mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-11-27 00:06:05 -05:00
fixes for upgrade missing.css
This commit is contained in:
parent
71e02338bb
commit
43cdb15ff5
@ -32,7 +32,7 @@ renderOrder: 1
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div data-chapters class="textcolumns flow-gap list-of-links" style="--col-width: 20ch">
|
||||
<div data-chapters class="textcolumns flow-gap list-of-links" style="--col-width: 22ch">
|
||||
{% set partnumber = 0 %}
|
||||
{% for chapter in search.pages("chapter!=undefined", "chapter") | data %}
|
||||
{% if chapter.part %}
|
||||
|
||||
@ -57,6 +57,9 @@
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
/*temp missing.css fix*/
|
||||
:is(small, .\<small\>) > * { --rhythm: inherit }
|
||||
|
||||
/* #region Asciidoc */
|
||||
|
||||
.colist {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user