Skip to content
Snippets Groups Projects
Commit c03c92bc authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind
Browse files

docs: fix mixed indentation for css files

parent 2b4d3c1b
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ indent_size = 4 ...@@ -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
......
/* /*
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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment