diff options
Diffstat (limited to 'lib/gallery.common.css')
-rw-r--r-- | lib/gallery.common.css | 3 |
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; } |