You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
357 B
24 lines
357 B
body.rtl {
|
|
direction: rtl;
|
|
|
|
pre {
|
|
direction: ltr;
|
|
}
|
|
|
|
blockquote {
|
|
border-left: none;
|
|
border-right: 2px solid $alt-bg-color;
|
|
padding-left: 0;
|
|
padding-right: 1.6rem;
|
|
}
|
|
|
|
table tr td:first-child,
|
|
table tr th:first-child {
|
|
border-right: 0;
|
|
}
|
|
|
|
table tr td:last-child,
|
|
table tr th:last-child {
|
|
border-left: 0;
|
|
}
|
|
}
|
|
|