summaryrefslogtreecommitdiff
path: root/lib/gallery.common.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 /lib/gallery.common.css
parent3aa7a3fcdac3b05f3139f933d470fe9e08bfe922 (diff)
Flip the breadcrumb separator and play slideshow button for RTL languages.
Diffstat (limited to 'lib/gallery.common.css')
-rw-r--r--lib/gallery.common.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index 635699c7..860529cd 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -708,11 +708,12 @@ div#g-action-status {
}
.rtl .g-breadcrumbs li {
- background-position: right center;
+ background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center;
padding: 1em 18px 1em 8px;
}
.rtl .g-breadcrumbs .g-first {
+ background: none;
padding-right: 0;
}