summaryrefslogtreecommitdiff
path: root/themes/wind/css
diff options
context:
space:
mode:
authormamouneyya <mamoun.diraneyya@gmail.com>2010-06-23 20:10:59 +0800
committerTim Almdal <tnalmdal@shaw.ca>2010-06-23 23:32:40 +0800
commitb8800c69e1ddf5afd8d4c9ee3af74f37000515de (patch)
treef3edee1576c51935ccf6cb227e352d9cad442e1a /themes/wind/css
parentbae9546b88649592658fc37c66cd66b42ba83ace (diff)
flip the padding direction for sidebar blocks contents in RTL
Diffstat (limited to 'themes/wind/css')
-rw-r--r--themes/wind/css/screen.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 1e55a967..f5cb6601 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -457,3 +457,6 @@ td {
background-image: url('../images/ico-view-slideshow-rtl.png');
}
+.rtl #g-sidebar .g-block-content {
+ padding-right: 1em;
+} \ No newline at end of file