repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added LinuxChix theme
[moodle-linuxchix.git]
/
theme
/
oceanblue
/
gradients.css
blob
b8b43ff93359cd670453bf1957b6de112c4aee3d
1
/**
2
* Adds all the nice finish to the standard theme
3
*
4
*/
5
6
.
header
,
7
.navbar
{
8
background-image
:
url
(
gradient.jpg
);
9
background-position
:
top
;
10
background-repeat
:
repeat-x
;
11
}