Files
moodle/theme/oceanblue/gradients.css
T
2006-04-10 18:37:49 +00:00

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;
}