summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.common.css3
-rw-r--r--lib/images/ico-separator-rtl.gifbin0 -> 106 bytes
2 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;
}
diff --git a/lib/images/ico-separator-rtl.gif b/lib/images/ico-separator-rtl.gif
new file mode 100644
index 00000000..d9061a46
--- /dev/null
+++ b/lib/images/ico-separator-rtl.gif
Binary files differ