docs: fix mixed indentation for css files

This commit is contained in:
Jan-Niklas Burfeind 2022-12-18 18:02:33 +01:00
parent 2b4d3c1b73
commit c03c92bca2
2 changed files with 5 additions and 3 deletions

View File

@ -15,6 +15,8 @@ indent_size = 4
indent_style = unset
indent_size = unset
[*.css]
[*.dia]
indent_style = space
indent_size = 2

View File

@ -1,8 +1,8 @@
/*
This fixes the vertical position of list markers when the first
element in the <li> is a <pre> block
This fixes the vertical position of list markers when the first
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 div[class^='highlight'] pre {