[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] Specify width and height of top.png



---
 web/app/snapshot/templates/page.mako |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/app/snapshot/templates/page.mako b/web/app/snapshot/templates/page.mako
index e4a43ba..5dc4fa7 100644
--- a/web/app/snapshot/templates/page.mako
+++ b/web/app/snapshot/templates/page.mako
@@ -12,7 +12,7 @@
 	</head>
 	<body>
 		<div id="top">
-			<a id="logo" href="http://snapshot.debian.org/";><img src="/static/images/top.png" alt="snapshot.debian.org"/></a>
+			<a id="logo" href="http://snapshot.debian.org/";><img src="/static/images/top.png" alt="snapshot.debian.org" width="644" height="71"/></a>
 		</div>
 		% if not c.breadcrumbs is UNDEFINED and (len(c.breadcrumbs) != 0):
 			<div id="pageheader">
-- 
1.5.6.5


Reply to: