mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 01:29:45 +00:00
fix code samples in rtl pages (tpo/community/l10n#40120)
This commit is contained in:
parent
766dfca651
commit
79ab8304ba
@ -354,6 +354,13 @@ mark, .mark {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* prevent reordering of characters in code samples
|
||||
* on rtl pages, see tpo/community/l10n#40120
|
||||
*/
|
||||
code:dir(rtl) {
|
||||
unicode-bidi: plaintext;
|
||||
}
|
||||
|
||||
/*
|
||||
* Nav
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user