diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 15:42:42 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 15:42:42 +0300 |
commit | 9eefbb8d213426d3a74f2b55cfd99e2e608c9f26 (patch) | |
tree | 8924c38322edeb34a576b694fddc52ffb81b8c08 | |
parent | bd052d72f27efb703d2cf5c128300a2be7f6fb04 (diff) |
fix the footer padding for RTL, complete the last commit
-rw-r--r-- | themes/wind/css/screen.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 063c5015..44582a92 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -463,5 +463,6 @@ td { } .rtl #g-footer #g-credits li { - padding-left: 1.2em; + padding-left: 1.2em !important; + padding-right: 0; }
\ No newline at end of file |