diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 20:39:19 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-23 23:33:04 +0800 |
commit | cedfd9d364a293fdb99988743bcb09c92e9b5e18 (patch) | |
tree | a35fb7f0412589f21545192a49f2ea0577b3ef50 /themes/wind/css | |
parent | 69fffda87bcd9b72c3b0b7a43e610bae3395afe5 (diff) |
flip the padding of footer for RTL
Diffstat (limited to 'themes/wind/css')
-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 |