moodle/theme/oceanblue/gradients.css

12 lines
188 B
CSS

/**
* Adds all the nice finish to the standard theme
*
*/
.header,
.navbar {
background-image:url(gradient.jpg);
background-position:top;
background-repeat:repeat-x;
}