[gh/113] Update UMIL to 1.0.5

B3P-GH-113
This commit is contained in:
Marc Alexander
2013-10-06 11:46:10 +02:00
parent c71695dfcb
commit 7a1cf0e9ee
29 changed files with 137 additions and 131 deletions

View File

@@ -1,10 +1,10 @@
<style type="text/css">
#page-header {
background: url("<!-- IF LOGO_IMG -->{LOGO_IMG}<!-- ELSE -->{ROOT_PATH}adm/images/phpbb_logo.gif<!-- ENDIF -->") top left no-repeat;
background: url("<!-- IF LOGO_IMG -->{LOGO_IMG}<!-- ELSE -->{ROOT_PATH}adm/images/phpbb_logo.png<!-- ENDIF -->") top left no-repeat;
}
.rtl #page-header {
background: url("<!-- IF LOGO_IMG -->{LOGO_IMG}<!-- ELSE -->{ROOT_PATH}adm/images/phpbb_logo.gif<!-- ENDIF -->") top right no-repeat;
background: url("<!-- IF LOGO_IMG -->{LOGO_IMG}<!-- ELSE -->{ROOT_PATH}adm/images/phpbb_logo.png<!-- ENDIF -->") top right no-repeat;
}
#tabs a {