From 9d45cc040d76f86fe990e4c759fdd863c382ec87 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 17 Nov 2009 22:48:10 -0700 Subject: Flip the breadcrumb separator and play slideshow button for RTL languages. --- lib/gallery.common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/gallery.common.css') 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; } -- cgit v1.2.3