File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* Highlight current topic in bold */
2
- nav [ role = 'navigation' ] li .active > a {
2
+ nav . toc li .active > a {
3
3
font-weight : bold;
4
4
}
5
5
Original file line number Diff line number Diff line change 88
88
<!-- Override `nav.xsl` to add Bootstrap classes -->
89
89
<xsl : template match =" *" mode =" gen-user-sidetoc" >
90
90
<xsl : if test =" $nav-toc = ('partial', 'full')" >
91
- <!-- ↓ Add grid class to <nav>, wrap <ul> in small well <div> & add .bs-docs-sidenav class -->
92
- <nav class =" col-md-3" role =" navigation" >
91
+ <!-- ↓ Add grid & toc classes to <nav>, wrap <ul> in small well <div> & add .bs-docs-sidenav class -->
92
+ <nav class =" col-md-3 toc " role =" navigation" >
93
93
<div class =" well well-sm" >
94
94
<ul class =" bs-docs-sidenav" >
95
95
<!-- ↑ End customization -->
Original file line number Diff line number Diff line change 16
16
<xsl : if test =" descendant::*[contains(@class, ' map/topicref ')]
17
17
[not(@toc = 'no')]
18
18
[not(@processing-role = 'resource-only')]" >
19
- <nav class =" col-md-3" role =" navigation" >
19
+ <nav class =" col-md-3 toc " role =" navigation" >
20
20
<div class =" well well-sm" >
21
21
<ul >
22
22
<xsl : call-template name =" commonattributes" >
You can’t perform that action at this time.
0 commit comments