moodle/theme/standardred/gradients.css
2005-04-02 15:23:11 +00:00

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