Skip to content

Commit

Permalink
Add missing config converter CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 31, 2020
1 parent 998d1db commit 9beb73f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/_static/style.css
@@ -0,0 +1,4 @@
.configTextArea {
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
margin-bottom: 24px;
}
4 changes: 4 additions & 0 deletions doc/conf.py
Expand Up @@ -97,6 +97,10 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_css_files = [
'style.css',
]

html_js_files = [
'config_converter.js',
'js-yaml.min.js',
Expand Down

0 comments on commit 9beb73f

Please sign in to comment.