Skip to content

Commit 2a09961

Browse files
committed
fixed font style in dynamic toc
Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
1 parent 8e9bdce commit 2a09961

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/migration/docinfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<style>
88
.tocify-header {
9-
font-style: italic;
9+
font-style: normal;
1010
}
1111
.tocify-subheader {
1212
font-style: normal;

doc/programming/docinfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<style>
88
.tocify-header {
9-
font-style: italic;
9+
font-style: normal;
1010
}
1111
.tocify-subheader {
1212
font-style: normal;

doc/server-workbench-console/docinfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<style>
88
.tocify-header {
9-
font-style: italic;
9+
font-style: normal;
1010
}
1111
.tocify-subheader {
1212
font-style: normal;

0 commit comments

Comments
 (0)