[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16390: Added right to left support for FA language. (website/trunk)
Author: ioerror
Date: 2008-08-04 16:42:07 -0400 (Mon, 04 Aug 2008)
New Revision: 16390
Modified:
website/trunk/stylesheet.css
Log:
Added right to left support for FA language.
Modified: website/trunk/stylesheet.css
===================================================================
--- website/trunk/stylesheet.css 2008-08-04 20:29:05 UTC (rev 16389)
+++ website/trunk/stylesheet.css 2008-08-04 20:42:07 UTC (rev 16390)
@@ -11,11 +11,13 @@
[lang="fa"] {
direction: rtl;
text-align: right;
+ div.main-column { text-align: right; }
}
.lang_fa {
direction: rtl;
text-align: right;
+ div.main-column { text-align: right; }
}