mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
22 lines
398 B
CSS
22 lines
398 B
CSS
/* Custom CSS
|
|
-------------------------*/
|
|
a.logo {
|
|
background: url([[setting:logo]]) no-repeat 0 0;
|
|
display: block;
|
|
float: left;
|
|
height: 75px;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.dir-rtl a.logo {
|
|
background: url([[setting:logo]]) no-repeat 100% 0;
|
|
display: block;
|
|
float: right;
|
|
}
|
|
|
|
/* Custom CSS Settings
|
|
-------------------------*/
|
|
[[setting:customcss]]
|