logo/style change

This commit is contained in:
root 2011-12-25 15:49:05 +01:00
parent 07bc29128c
commit 60a94627a7
2 changed files with 4 additions and 3 deletions

View File

@ -67,7 +67,8 @@ function user_settings() {
"8" => "Pastel Style", "8" => "Pastel Style",
"4" => "Test Style", "4" => "Test Style",
"9" => "Test Style 21c3", "9" => "Test Style 21c3",
"10" => "msquare (cccamp2011)" "10" => "msquare (cccamp2011)",
"11" => "msquare (28c3)"
), $user['color']), ), $user['color']),
'text_language' => Get_Text(20), 'text_language' => Get_Text(20),
'language_label' => Get_Text(21), 'language_label' => Get_Text(21),

View File

@ -1,9 +1,9 @@
#logo { #logo {
background: url('../pic/engelsystem_logo.png') top left no-repeat; background: url('../pic/engelsystem_logo_cccamp2011.png') top left no-repeat;
display: block; display: block;
height: 69px; height: 69px;
margin: 10px auto; margin: 10px auto;
width: 378px; width: 523px;
} }
tr:hover > td { tr:hover > td {