summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormamouneyya <mamoun.diraneyya@gmail.com>2010-06-23 15:39:19 +0300
committermamouneyya <mamoun.diraneyya@gmail.com>2010-06-23 15:39:19 +0300
commitbd052d72f27efb703d2cf5c128300a2be7f6fb04 (patch)
treea35fb7f0412589f21545192a49f2ea0577b3ef50
parentafa99c93f2f7ad5e46a2739a92e1f898dc9afc84 (diff)
flip the padding of footer for RTL
-rw-r--r--themes/wind/css/screen.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 66645cef..063c5015 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -460,4 +460,8 @@ td {
.rtl #g-sidebar .g-block-content {
padding-right: 1em;
padding-left: 0;
+}
+
+.rtl #g-footer #g-credits li {
+ padding-left: 1.2em;
} \ No newline at end of file