[aur-dev] Adding the HE language.

PyroPeter abi1789 at googlemail.com
Sat Aug 14 10:13:49 EDT 2010


On 08/14/2010 03:24 PM, PyroPeter wrote:
>
> I just noticed you are setting xml:lang and lang on the <html>-tag. So
> there isn't even any change needed. (Btw. that why I hate php, mixing
> markup and code is extremely obscure)
>
> The main problem seems to be the frequency of text-align-declarations in
> the existing style-sheets.
>
> This is what I have atm:
(long diff is long)
> It would be nice to get some comments from right-to-left reading people.
> Why does direction:rtl; put punctuation at the beginning of the line? Is
> that wanted behavior or just a browser bug?
>

I made a typo, correct patch:
<-------- snip ------------->
diff --git a/web/html/css/containers.css b/web/html/css/containers.css
index fc092de..4707dac 100644
--- a/web/html/css/containers.css
+++ b/web/html/css/containers.css
@@ -3,6 +3,10 @@ body,table,td,img {
    margin: 0;
    padding: 0;
  }
+/* Language specific formatting */
+body:lang(he) {
+  direction:rtl;
+}
  /* Main Wrapper Data Format */
  td.preHeader {
    background-color: #000;
<-------- snap ------------->



What distinguishes the four different css-files?
What is the sense of having style-declarations in the html/php-soup?

-- 
irc: PyroPeter at freenode


More information about the aur-dev mailing list