mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
Removed $THEMEs and stuff.
I'm a little worried about this spaghetti code ... it's a mess!
This commit is contained in:
parent
d1b7d61e74
commit
fafd89a0f1
5 changed files with 20 additions and 28 deletions
|
@ -9,13 +9,10 @@ img {
|
|||
}
|
||||
|
||||
.footer {
|
||||
background-image: url(<?PHP echo "$themeurl"?>/footer.jpg);
|
||||
color: <?PHP echo $THEME->body?>;
|
||||
padding-top:40px; margin-top:40px;
|
||||
}
|
||||
|
||||
.footer a:link, .footer v:link, .footer a:visited {
|
||||
color: <?PHP echo $THEME->body?>;
|
||||
}
|
||||
|
||||
.leftmenu a:link, .leftmenu a:active, .leftmenu a:visited, .leftmenu1 a:link, .leftmenu1 a:active, .leftmenu1 a:visited{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue