mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
#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:
parent
556e83de83
commit
f40c96b10f
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue