diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 20:42:42 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-23 23:33:13 +0800 |
commit | c41bd46a744479813b3442f3e20ce17765353e70 (patch) | |
tree | 8924c38322edeb34a576b694fddc52ffb81b8c08 | |
parent | cedfd9d364a293fdb99988743bcb09c92e9b5e18 (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 |