From: Amos Jeffries Date: Sat, 28 Feb 2009 10:40:40 +0000 (+1300) Subject: Author: Mohsen Saeedi X-Git-Tag: SQUID_3_2_0_1~1147^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff1f57b8b80f4ceb2cada716fc8809d1b786b5cd;p=thirdparty%2Fsquid.git Author: Mohsen Saeedi Add CSS for Persian language display Temporarily in errorpages.css. TODO: merge into templates at translation-time for older Squid. --- diff --git a/errors/errorpage.css b/errors/errorpage.css index d7ba8bf0cc..328794f11e 100644 --- a/errors/errorpage.css +++ b/errors/errorpage.css @@ -18,6 +18,10 @@ html body { color: #1e1e1e; } +/* Language Specific Basics */ +body +:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } + /* Page displayed title area */ #titles { margin-left: 15px;