Skip to content

Commit 579dc65

Browse files
committed
Tweak container
1 parent 9ee8fa8 commit 579dc65

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dita-ot/header.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
d="M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H4z"
2424
/>
2525
</svg>
26-
DITA Bootstrap <span class="badge theme-accent">v6</span>
26+
DITA Bootstrap <span class="ps-1 badge theme-info">v6</span>
2727
</a>
2828

2929
<ul class="nav navbar-nav flex-row d-none lg:d-flex">

xsl/dita2html5-bootstrapImpl_template.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- Whether to include a scrollspy Toc -->
1717
<xsl:param name="BOOTSTRAP_SCROLLSPY_TOC" select="'none'"/>
1818
<!-- Defines container class for main layout and menubar-TOC -->
19-
<xsl:param name="BOOTSTRAP_CSS_CONTAINER_SIZE" select="'lg:container'"/>
19+
<xsl:param name="BOOTSTRAP_CSS_CONTAINER_SIZE" select="'2xl:container'"/>
2020

2121
<xsl:import href="plugin:org.dita.base:xsl/common/output-message.xsl"/>
2222
<xsl:import href="plugin:org.dita.base:xsl/common/dita-utilities.xsl"/>

xsl/dita2html5-legacy-3.0_template.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- Whether to include a scrollspy Toc -->
1717
<xsl:param name="BOOTSTRAP_SCROLLSPY_TOC" select="'none'"/>
1818
<!-- Defines container class for main layout and menubar-TOC -->
19-
<xsl:param name="BOOTSTRAP_CSS_CONTAINER_SIZE" select="'lg:container'"/>
19+
<xsl:param name="BOOTSTRAP_CSS_CONTAINER_SIZE" select="'2xl:container'"/>
2020

2121
<xsl:import href="plugin:org.dita.base:xsl/common/output-message.xsl"/>
2222
<xsl:import href="plugin:org.dita.base:xsl/common/dita-utilities.xsl"/>

0 commit comments

Comments
 (0)