Merge pull request #10941 from dottorblaster/master
New padding-right for the docs' left navigation
This commit is contained in:
commit
c23d0805bb
1 changed files with 1 additions and 0 deletions
1
docs/theme/mkdocs/css/docs.css
vendored
1
docs/theme/mkdocs/css/docs.css
vendored
|
@ -52,6 +52,7 @@
|
|||
margin-top: 20px;
|
||||
// text-indent: -16px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
#leftnav .nav-tabs.nav ul li {
|
||||
margin-top: 5px;
|
||||
|
|
Loading…
Reference in a new issue