diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-02-26 01:04:04 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-02-26 01:04:04 +0000 |
commit | f40c96b10fe996d18e4ad5c5d76292d61ba1380c (patch) | |
tree | c3708562d01186629082437e0beaed0f81e4b5fd /phpBB/adm | |
parent | 556e83de83fdd6a52e335e7e9e667869767477a0 (diff) | |
download | forums-f40c96b10fe996d18e4ad5c5d76292d61ba1380c.tar forums-f40c96b10fe996d18e4ad5c5d76292d61ba1380c.tar.gz forums-f40c96b10fe996d18e4ad5c5d76292d61ba1380c.tar.bz2 forums-f40c96b10fe996d18e4ad5c5d76292d61ba1380c.tar.xz forums-f40c96b10fe996d18e4ad5c5d76292d61ba1380c.zip |
#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
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/admin.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |