summaryrefslogtreecommitdiff
path: root/themes/wind/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-17 22:48:10 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-17 22:48:10 -0700
commit9d45cc040d76f86fe990e4c759fdd863c382ec87 (patch)
tree0fc5800a2789ed2b8c7dc87da73ef22b19090ec6 /themes/wind/css
parent3aa7a3fcdac3b05f3139f933d470fe9e08bfe922 (diff)
Flip the breadcrumb separator and play slideshow button for RTL languages.
Diffstat (limited to 'themes/wind/css')
-rw-r--r--themes/wind/css/screen.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 64120cef..12fa695d 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -443,3 +443,7 @@ td {
left: auto;
right: 150px;
}
+
+.rtl #g-view-menu #g-slideshow-link {
+ background-image: url('../images/ico-view-slideshow-rtl.png');
+}