[doc] Move whitespace visualization up a bit
As suggested by @Mikk36
This commit is contained in:
parent
6c09210380
commit
6797432f9b
1 changed files with 5 additions and 0 deletions
5
docs/_static/theme_overrides.css
vendored
5
docs/_static/theme_overrides.css
vendored
|
|
@ -31,3 +31,8 @@
|
|||
font-family: FontAwesome;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* make whitespace visualization in code listings not appear on same vertical position as dashes */
|
||||
.highlight .w {
|
||||
vertical-align: 10%;
|
||||
}
|
||||
Loading…
Reference in a new issue