From: Darren Date: Thu, 15 Sep 2011 20:29:32 +0000 (+0100) Subject: New logo on the login page X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=34d3d1b680ed81da921eb6df594d091db21efd00;p=KiwiIRC.git New logo on the login page --- diff --git a/css/ui.css b/css/ui.css index 1238149..bbecaa7 100644 --- a/css/ui.css +++ b/css/ui.css @@ -29,7 +29,7 @@ overflow-y:scroll; width:100%; height:100%; } -#kiwi h1.logo { display:block; width:264px; height:90px; text-indent:-1000px; margin:70px auto 100px; background:url(../img/logo.png) no-repeat; } +#kiwi h1.logo { display:block; width:150px; height:175px; text-indent:-1000px; margin:70px auto 60px; background:url(../img/logo.png) no-repeat; } #kiwi #login { width:665px; margin:0px auto; } #kiwi #login ul { list-style:none; } #kiwi #login ul li { overflow:show; margin-bottom:10px; } diff --git a/img/logo.png b/img/logo.png index 59d5aa4..21b08d6 100644 Binary files a/img/logo.png and b/img/logo.png differ