changeset 150:b15d4ac75004

fixed pre margin for summary page
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 12 May 2010 10:33:24 +0200
parents b3c93efd1c97
children 988477a05db6
files pylons_app/templates/summary.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/summary.html	Wed May 12 10:29:41 2010 +0200
+++ b/pylons_app/templates/summary.html	Wed May 12 10:33:24 2010 +0200
@@ -35,7 +35,7 @@
         <dt>${_('last change')}</dt>
         <dd>${c.repo_info.last_change|n,filters.rfc822date} - ${c.repo_info.last_change|n,filters.age}</dd>
         <dt>${_('url')}</dt>
-        <dd><pre>hg clone <a href="${c.clone_repo_url}">${c.clone_repo_url}</a></pre></dd>
+        <dd><pre style="margin:0">hg clone <a href="${c.clone_repo_url}">${c.clone_repo_url}</a></pre></dd>
         <dt>${_('Download')}</dt>
         <dd>
        	%for cnt,archive in enumerate(c.repo_info._get_archives()):