[PATCH 2 of 2] downloads: add link to DeveloperRepos on wiki

Kevin Bullock kbullock+mercurial at ringworld.org
Wed May 11 16:36:51 EDT 2016


# HG changeset patch
# User Kevin Bullock <kbullock+mercurial at ringworld.org>
# Date 1462998646 18000
#      Wed May 11 15:30:46 2016 -0500
# Node ID 04de549f5ae5cf4db6de51ab3fdf3e448f5cb186
# Parent  57373631421f67f8d4c7a85746d85a4076769e5b
downloads: add link to DeveloperRepos on wiki

diff --git a/static/css/styles.css b/static/css/styles.css
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -134,7 +134,9 @@ blockquote, q { quotes: "" ""; }
  * Homepage
  */
 #home #logo { margin-bottom: 0 !important; }
-#home dl { margin: 0 30px; font-family: Verdana, DejaVuSans, Helvetica, Arial, sans-serif; font-size: .80em; line-height: 1.4em; }
+#home dl,
+#home .dl-note { margin: 0 30px; font-family: Verdana, DejaVuSans, Helvetica, Arial, sans-serif; font-size: .80em; line-height: 1.4em; }
+#home .dl-note { padding-bottom: 1em; }
 /* #home h1 { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; } */
 #header { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; }
 #subheader { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; }
diff --git a/templates/downloads/index.html b/templates/downloads/index.html
--- a/templates/downloads/index.html
+++ b/templates/downloads/index.html
@@ -57,6 +57,9 @@
           <a href="https://www.mercurial-scm.org/repo/hg-committed/">
           https://www.mercurial-scm.org/repo/hg-committed/</a>.</dd>
     </dl>
+    <p class="dl-note">See
+      <a href="https://www.mercurial-scm.org/wiki/DeveloperRepos">Developer
+      Repositories</a> on the wiki for a full list.</p>
 
     <h5>Requirements</h5>
     <dl>


More information about the Mercurial-devel mailing list