[PATCH 3 of 4 website] fix indentation of download button content

Kevin Bullock kbullock+mercurial at ringworld.org
Wed May 10 13:22:24 EDT 2017


# HG changeset patch
# User Kevin Bullock <kbullock+mercurial at ringworld.org>
# Date 1494434808 18000
#      Wed May 10 11:46:48 2017 -0500
# Node ID 130a8e2a946d71eaf031420fa43e9a0d0f7a6e8d
# Parent  b99251cd874a4a559ceadbd6fd33e6f411b1e776
fix indentation of download button content

diff --git a/templates/base.html b/templates/base.html
--- a/templates/base.html
+++ b/templates/base.html
@@ -50,9 +50,9 @@
                     <div class="col">
                         {% block sidebar %}
                         <a class="download" href="/downloads" onClick="return dl.download();">
-                                    <strong>Download now</strong>
-                                    Mercurial <em><script language="Javascript">dl.write('version');</script></em>
-                                    <span><script language="javascript">dl.write('desc');</script></span>
+                            <strong>Download now</strong>
+                            Mercurial <em><script language="Javascript">dl.write('version');</script></em>
+                            <span><script language="javascript">dl.write('desc');</script></span>
                         </a>
                         <dl>
                             <dt>Another OS?<br><em>Get Mercurial for:</em></dt>


More information about the Mercurial-devel mailing list