diff --git a/src/IDF/templates/source/tree.html b/src/IDF/templates/source/tree.html index 9781cec..a14dd66 100644 --- a/src/IDF/templates/source/tree.html +++ b/src/IDF/templates/source/tree.html @@ -43,8 +43,7 @@ {aurl 'url', 'IDF_Views_Source::download', array($project.shortname, $commit)} -

git clone {$project.getGitDaemonUrl()}

-

{trans 'Archive'} {trans 'Download this version'}

+

{trans 'Archive'} {trans 'Download this version'} {trans 'or'} git clone {$project.getGitDaemonUrl()}

{/block} diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index 996f0a5..7555c24 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -41,6 +41,14 @@ font-family: monospace; } +.soft { + color: #777; +} + +.soft a { + color: #777; +} + div.context { padding-left: 1em; } diff --git a/www/media/idf/img/package-grey.png b/www/media/idf/img/package-grey.png new file mode 100644 index 0000000..6abb01f Binary files /dev/null and b/www/media/idf/img/package-grey.png differ