File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 2
2
ext {
3
3
xslTNGtitle = ' DocBook xslTNG'
4
4
xslTNGbaseName = ' docbook-xslTNG'
5
- xslTNGversion = ' 2.4.0 '
6
- guideVersion = ' 2.4.0 '
5
+ xslTNGversion = ' 2.4.1 '
6
+ guideVersion = ' 2.4.1 '
7
7
guidePrerelease = false
8
8
9
9
docbookVersion = ' 5.2'
Original file line number Diff line number Diff line change @@ -10,6 +10,23 @@ be of interest to users of the stylesheets. See the commits and pull requests on
10
10
<link xlink : href =" https://github.com/docbook/xslTNG/" >the repository</link > for
11
11
finer detail.</para >
12
12
13
+ <section xml : id =" r241" >
14
+ <info >
15
+ <title >Changes in version 2.4.1</title >
16
+ <productnumber >2.4.1</productnumber >
17
+ <date >2024-10-26</date >
18
+ </info >
19
+ <itemizedlist >
20
+ <listitem >
21
+ <para >A recent fix for bottom-of-page navigation links broke the persistent ToC
22
+ navigation link. This release fixes <emphasis >both</emphasis > of those problems
23
+ simultaneously;
24
+ fixed <link xlink : href =" https://github.com/docbook/xslTNG/issues/543" >#543</link >.
25
+ </para >
26
+ </listitem >
27
+ </itemizedlist >
28
+ </section >
29
+
13
30
<section xml : id =" r240" >
14
31
<info >
15
32
<title >Changes in version 2.4.0</title >
Original file line number Diff line number Diff line change 15
15
--js-controls-header-separator-border-style : 1px solid var (--popup-annotation-border-color );
16
16
--js-controls-color : var (--surface-color );
17
17
--on-js-controls-color : var (--on-surface-color );
18
+ --z-index-on-top-of-the-world : 100 ;
18
19
}
19
20
20
21
html {
@@ -189,7 +190,7 @@ nav table td.next {
189
190
190
191
nav .bottom {
191
192
background-color : var (--nav-background-color );
192
- z-index : 5 ;
193
+ z-index : var ( --z-index-on-top-of-the-world ) ;
193
194
}
194
195
195
196
nav .bottom table {
@@ -216,7 +217,7 @@ nav.top {
216
217
but it also interacts with the persistent ToC which must
217
218
go over it. If you're thinking of changing this, think
218
219
of changing js/persistent-toc.js as well. */
219
- z-index : 100 ;
220
+ z-index : var ( --z-index-on-top-of-the-world ) ;
220
221
}
221
222
222
223
body .home nav .top {
You can’t perform that action at this time.
0 commit comments