mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
css: fix lists with RTL
changes text-align:left to start, and margin-left: to margin-inline-start:. Submitted a PR to a17t to change these values as well. For #450.
This commit is contained in:
@@ -487,3 +487,12 @@ section.section:not(.\~neutral) {
|
||||
.force-ltr {
|
||||
direction: ltr !important;
|
||||
}
|
||||
|
||||
.content ul, .content ol {
|
||||
margin-left: unset;
|
||||
margin-inline-start: 2rem;
|
||||
}
|
||||
|
||||
.content li {
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user