docs: fix mixed indentation for css files
This commit is contained in:
parent
2b4d3c1b73
commit
c03c92bca2
@ -15,6 +15,8 @@ indent_size = 4
|
|||||||
indent_style = unset
|
indent_style = unset
|
||||||
indent_size = unset
|
indent_size = unset
|
||||||
|
|
||||||
|
[*.css]
|
||||||
|
|
||||||
[*.dia]
|
[*.dia]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
6
docs/_static/css/custom.css
vendored
6
docs/_static/css/custom.css
vendored
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
This fixes the vertical position of list markers when the first
|
This fixes the vertical position of list markers when the first
|
||||||
element in the <li> is a <pre> block
|
element in the <li> is a <pre> block
|
||||||
|
|
||||||
Scrolling inside the <pre> block is still working as expected
|
Scrolling inside the <pre> block is still working as expected
|
||||||
*/
|
*/
|
||||||
.rst-content pre.literal-block,
|
.rst-content pre.literal-block,
|
||||||
.rst-content div[class^='highlight'] pre {
|
.rst-content div[class^='highlight'] pre {
|
||||||
|
Loading…
Reference in New Issue
Block a user