diff options
author | root <root@dev.engelsystem.de> | 2011-12-25 15:49:05 +0100 |
---|---|---|
committer | root <root@dev.engelsystem.de> | 2011-12-25 15:49:05 +0100 |
commit | 60a94627a72fa5b8261283cb22bfc99bb909044a (patch) | |
tree | 5ead4064f36c70bd6be40e6697822673409a1139 | |
parent | 07bc29128c05dc5ef24917fd953341658dbc6f87 (diff) |
logo/style change
-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 { |