Docs menu recreate structure step1 (#14526)
* Initial TOC config TOC depth prev-next btn TOC initial links * extensibility section header changed to section section populated * media processing and CV lib header changed to section no content in the node article... needs to be added later * openvino security header turned into section intro article used as the section parent * ecosystem header turned to section section populated * menu padding adjustment * benchmarks and release notes benchmarks moved to resources release notes moved to top level case studies link * OpenVINO IR IR articles put in a section the parent article will require more content
This commit is contained in:
9
docs/_static/css/custom.css
vendored
9
docs/_static/css/custom.css
vendored
@@ -31,11 +31,18 @@ ul#navbar-main-elements > li:hover {
|
||||
/* first level items in the side menu */
|
||||
#bd-docs-nav > div > ul > li > a {
|
||||
color: #0068B5;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
/* second level items left padding */
|
||||
/* second level items */
|
||||
#bd-docs-nav > div > ul > li > ul {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
#bd-docs-nav div ul li ul li a {
|
||||
padding-top: 0;
|
||||
/*padding-bottom: 0; */
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* footer links */
|
||||
/* =================================================== */
|
||||
|
||||
Reference in New Issue
Block a user