mirror of
https://github.com/moodle/moodle.git
synced 2025-03-01 14:32:48 +01:00
Credits to: Mary Evans <lazydaisy@visible-expression.co.uk> and David Scotson <david.scotson@glasgow.ac.uk>
22 lines
405 B
CSS
22 lines
405 B
CSS
/* Simple 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]]
|