diff options
-rw-r--r-- | includes/pages/user_settings.php | 3 | ||||
-rw-r--r-- | public/css/style10.css | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/includes/pages/user_settings.php b/includes/pages/user_settings.php index aa22b419..aed0ccb0 100644 --- a/includes/pages/user_settings.php +++ b/includes/pages/user_settings.php @@ -67,7 +67,8 @@ function user_settings() { "8" => "Pastel Style", "4" => "Test Style", "9" => "Test Style 21c3", - "10" => "msquare (cccamp2011)" + "10" => "msquare (cccamp2011)", + "11" => "msquare (28c3)" ), $user['color']), 'text_language' => Get_Text(20), 'language_label' => Get_Text(21), diff --git a/public/css/style10.css b/public/css/style10.css index c223fddc..38de4a13 100644 --- a/public/css/style10.css +++ b/public/css/style10.css @@ -1,9 +1,9 @@ #logo { - background: url('../pic/engelsystem_logo.png') top left no-repeat; + background: url('../pic/engelsystem_logo_cccamp2011.png') top left no-repeat; display: block; height: 69px; margin: 10px auto; - width: 378px; + width: 523px; } tr:hover > td { |