mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 20:36:42 +01:00
23 lines
385 B
CSS
23 lines
385 B
CSS
/**
|
|
* Adds all the nice finish to the standard theme
|
|
*
|
|
*/
|
|
|
|
th.header,
|
|
td.header,
|
|
h1.header,
|
|
h2.header,
|
|
h3.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;
|
|
}
|
|
|