# HG changeset patch # User Paul Boddie # Date 1207411363 -7200 # Node ID 88d97586bc310a2751cb47277abf1e954f9a5aee # Parent 810b4824912a4fbac07622a76d242e91a30f7bcf Added new logo. diff -r 810b4824912a -r 88d97586bc31 ep2008.py --- a/ep2008.py Fri Apr 04 01:32:35 2008 +0200 +++ b/ep2008.py Sat Apr 05 18:02:43 2008 +0200 @@ -41,7 +41,7 @@ theme_default = 'ep2008' - logo_string = u'EuroPython' + logo_string = u'EuroPython' navi_bar = [ # If you want to show your page_front_page here: #u'%(page_front_page)s', diff -r 810b4824912a -r 88d97586bc31 themes/ep2008/css/screen.css --- a/themes/ep2008/css/screen.css Fri Apr 04 01:32:35 2008 +0200 +++ b/themes/ep2008/css/screen.css Sat Apr 05 18:02:43 2008 +0200 @@ -60,10 +60,12 @@ font-size: 1.4em; line-height: 1em; font-weight: bold; + background: url(../img/logo-blend.png); } #logo img { vertical-align: top; + padding: 1px 0 1px 0; } #logo a { @@ -75,10 +77,8 @@ float: left; max-width: 468px; max-height: 60px; -} - -#banner img { vertical-align: top; + padding: 11px; } #username { diff -r 810b4824912a -r 88d97586bc31 themes/ep2008/img/logo-blend.png Binary file themes/ep2008/img/logo-blend.png has changed