summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormamouneyya <mamoun.diraneyya@gmail.com>2010-06-23 15:42:42 +0300
committermamouneyya <mamoun.diraneyya@gmail.com>2010-06-23 15:42:42 +0300
commit9eefbb8d213426d3a74f2b55cfd99e2e608c9f26 (patch)
tree8924c38322edeb34a576b694fddc52ffb81b8c08
parentbd052d72f27efb703d2cf5c128300a2be7f6fb04 (diff)
fix the footer padding for RTL, complete the last commit
-rw-r--r--themes/wind/css/screen.css3
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