You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-26 16:12:31 +02:00
Fixture code and footer content tags in rtl content (#1433)
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>
This commit is contained in:
7
theme/css/rtl.css
Normal file
7
theme/css/rtl.css
Normal file
@@ -0,0 +1,7 @@
|
||||
[dir="rtl"] .hljs,
|
||||
[dir="rtl"] pre > code {
|
||||
text-align: left;
|
||||
}
|
||||
[dir="rtl"] #cookieBar {
|
||||
direction: ltr;
|
||||
}
|
||||
Reference in New Issue
Block a user