mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-56965 themes: Fix logo CSS for RTL
This commit is contained in:
parent
0b8e0c374f
commit
0d02bb964b
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue