mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-15 22:37:28 +02:00
8f42baf968
Part of #671 and #1413 In the code part of content which always is in english and must be `text-align: left` but with `<html ... dir=rtl >` cuz conflict. --------- Co-authored-by: Kaveh <hamidrkp@riseup.net>
8 lines
111 B
CSS
8 lines
111 B
CSS
[dir="rtl"] .hljs,
|
|
[dir="rtl"] pre > code {
|
|
text-align: left;
|
|
}
|
|
[dir="rtl"] #cookieBar {
|
|
direction: ltr;
|
|
}
|