MDL-56965 themes: Fix logo CSS for RTL

This commit is contained in:
Ankit Agarwal 2016-11-15 15:20:36 +05:30
parent 0b8e0c374f
commit 0d02bb964b
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
/* Custom CSS
-------------------------*/
div.logo {
background: url([[setting:logo]]) no-repeat 0 0;
background: url([[setting:logo]]) 0 0 no-repeat;
display: block;
float: left;
height: 75px;

View file

@ -1,7 +1,7 @@
/* Custom CSS
-------------------------*/
div.logo {
background: url([[setting:logo]]) no-repeat 0 0;
background: url([[setting:logo]]) 0 0 no-repeat;
display: block;
float: left;
height: 75px;