diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 15:39:19 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 15:39:19 +0300 |
commit | bd052d72f27efb703d2cf5c128300a2be7f6fb04 (patch) | |
tree | a35fb7f0412589f21545192a49f2ea0577b3ef50 | |
parent | afa99c93f2f7ad5e46a2739a92e1f898dc9afc84 (diff) |
flip the padding of footer for RTL
-rw-r--r-- | themes/wind/css/screen.css | 4 |
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 |