mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
20 lines
352 B
CSS
20 lines
352 B
CSS
|
/**
|
||
|
* Adds all the nice finish to the standard theme
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
th.header,
|
||
|
td.header,
|
||
|
div.header {
|
||
|
background-image:url(gradient.jpg);
|
||
|
background-position:top;
|
||
|
background-repeat:repeat-x;
|
||
|
}
|
||
|
|
||
|
.navbar {
|
||
|
background-image:url(gradient.jpg);
|
||
|
background-position:top;
|
||
|
background-repeat:repeat-x;
|
||
|
}
|
||
|
|