@charset "UTF-8"; @import "article2020.css"; .article-container { direction: rtl; } .article-content blockquote { margin-bottom: 1em; padding-left: 3em; padding-right: 3em; } .article-body-content blockquote { font-size: 18px; line-height: 1.6em; } .article-body-content .section { text-align: start; } /* This should be in search2020-fa.css but we need i18n for that file. Putting it here as a stopgap measure. */ .search-container { direction: rtl; } .search-submit { border-bottom-left-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 0; border-top-right-radius: 0; }