From 02b394e47e4b4dff52b8c073da1c57893ebcb0e4 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 9 Aug 2007 09:06:03 +0000 Subject: [PATCH] Use rtlbg.gif for reversed tabs MDL-10768 --- theme/standard/rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/rtl.css b/theme/standard/rtl.css index ad5c98179b..9aa6e8ce79 100755 --- a/theme/standard/rtl.css +++ b/theme/standard/rtl.css @@ -122,7 +122,7 @@ form.mform .fitemtitle } .tabrow0 LI { - float : right; MARGIN: 0px; width : 130px; BACKGROUND: url(pix/tab/newbg.gif) no-repeat right top; + float : right; MARGIN: 0px; width : 130px; BACKGROUND: url(pix/tab/rtlbg.gif) no-repeat right top; } .tabrow0 A SPAN { -- 2.39.5