Skip to content

Commit

Permalink
More doc fixes: custom CSS to fix nav bar layout
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Nov 15, 2023
1 parent 6bed76a commit 67e72b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/sources/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* fix for theme */
.navbar .navbar-nav li a {
margin: 12.5px 12px 12.5px 12px !important;
}
5 changes: 5 additions & 0 deletions Documentation/sources/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

# paths rel to html_static_path
html_css_files = [
'css/custom.css'
]

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#
Expand Down

0 comments on commit 67e72b9

Please sign in to comment.