# HG changeset patch # User Kevin Bullock # Date 1462998646 18000 # Node ID c3c50748a20b4eedb749762e912691873516e9bc # Parent f6d8312a5c480d5faa2c5beee5035e4491d3a189 downloads: add link to DeveloperRepos on wiki diff -r f6d8312a5c48 -r c3c50748a20b static/css/styles.css --- a/static/css/styles.css Wed May 11 15:30:31 2016 -0500 +++ b/static/css/styles.css Wed May 11 15:30:46 2016 -0500 @@ -134,7 +134,9 @@ * 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 -r f6d8312a5c48 -r c3c50748a20b templates/downloads/index.html --- a/templates/downloads/index.html Wed May 11 15:30:31 2016 -0500 +++ b/templates/downloads/index.html Wed May 11 15:30:46 2016 -0500 @@ -57,6 +57,9 @@ https://www.mercurial-scm.org/repo/hg-committed/. +

See + Developer + Repositories on the wiki for a full list.

Requirements