Skip to content

Commit

Permalink
N=4 toc
Browse files Browse the repository at this point in the history
  • Loading branch information
respinos committed Oct 12, 2023
1 parent bfa9c2c commit 1ccd180
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 162 deletions.
10 changes: 10 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ ul.list-unstyled {
padding: 0;
}

ul:not([class]) ul:not([class]) {
margin-left: 1rem;
}

/* fight me */
ul ul {
margin-left: 1rem;
}


ul.list-bulleted {
list-style: initial;
padding: revert;
Expand Down
1 change: 1 addition & 0 deletions templates/text/qbat/qbat.base.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@

<xsl:template match="qui:ul">
<ul>
<xsl:apply-templates select="@class" mode="copy" />
<xsl:apply-templates />
</ul>
</xsl:template>
Expand Down
Loading

0 comments on commit 1ccd180

Please sign in to comment.