From f40c96b10fe996d18e4ad5c5d76292d61ba1380c Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Mon, 26 Feb 2007 01:04:04 +0000 Subject: [PATCH] #7504 part 1... getting the phpBB logo on the correct side when RTL git-svn-id: file:///svn/phpbb/trunk@7082 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/admin.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 8e6df68b41..f5da80c1d1 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -108,12 +108,13 @@ a:hover { #page-header { text-align: right; - background: url("../images/phpbb_logo.gif") 0 0 no-repeat; + background: url("../images/phpbb_logo.gif") top left no-repeat; height: 84px; } .rtl #page-header { text-align: left; + background: url("../images/phpbb_logo.gif") top right no-repeat; } #page-header h1 {