aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/adm/style/admin.css3
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 {