Made sidebar configurable based on product, platform, version properties in configuration file. Also added ability to add series that link together pages.
This commit is contained in:
@ -661,4 +661,13 @@ div#toc ul li ul li {list-style-type:none;}
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
span.tagTitle {font-weight: 500;}
|
||||
span.tagTitle {font-weight: 500;}
|
||||
|
||||
li.activeSeries {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.seriesContext .dropdown-menu li.active {
|
||||
font-weight: bold;
|
||||
margin-left: 20px;
|
||||
}
|
Reference in New Issue
Block a user