Docs: added custom.css to override default hyphenation and text align styles

This commit is contained in:
gd
2022-11-08 17:30:06 +02:00
parent a0a11be79b
commit 14460c6b6d
3 changed files with 12 additions and 0 deletions

7
doc/_static/css/custom.css vendored Normal file
View File

@@ -0,0 +1,7 @@
div.body p, div.body dd, div.body li, div.body blockquote {
text-align: left !important;
-moz-hyphens: manual;
-ms-hyphens: manual;
-webkit-hyphens: manual;
hyphens: manual;
}