#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
This commit is contained in:
Jonathan Stanley 2007-02-26 01:04:04 +00:00
parent 556e83de83
commit f40c96b10f

View file

@ -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 {