From 7a8b2583dac955a3af8f5f2e950191e5b52d95b4 Mon Sep 17 00:00:00 2001 From: leency Date: Sat, 4 Dec 2021 22:55:32 +0000 Subject: [PATCH] Website: add a link to all builds on the download page git-svn-id: file:///var/kolibrios-org-repos@40 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30 --- de/download.htm.template | 1 + en/download.htm.template | 1 + es/download.htm.template | 1 + fr/download.htm.template | 1 + it/download.htm.template | 1 + nl/download.htm.template | 1 + ru/download.htm.template | 1 + style.css | 4 ++-- 8 files changed, 9 insertions(+), 2 deletions(-) diff --git a/de/download.htm.template b/de/download.htm.template index 407126c..11981cd 100644 --- a/de/download.htm.template +++ b/de/download.htm.template @@ -76,6 +76,7 @@ Kolibri vorausgegangene Veröffentlichungen + Alle Bilder diff --git a/en/download.htm.template b/en/download.htm.template index 9cbb00e..d831328 100644 --- a/en/download.htm.template +++ b/en/download.htm.template @@ -77,6 +77,7 @@ Kolibri previous releases + All image builds diff --git a/es/download.htm.template b/es/download.htm.template index 9cb40bd..08424b9 100644 --- a/es/download.htm.template +++ b/es/download.htm.template @@ -77,6 +77,7 @@ Versiones anteriores de Kolibri + Todas las imágenes diff --git a/fr/download.htm.template b/fr/download.htm.template index 16faf7b..5f06876 100644 --- a/fr/download.htm.template +++ b/fr/download.htm.template @@ -76,6 +76,7 @@ Versions antérieures de Kolibri + Toutes les images diff --git a/it/download.htm.template b/it/download.htm.template index c28ff75..c743b0d 100644 --- a/it/download.htm.template +++ b/it/download.htm.template @@ -76,6 +76,7 @@ Versioni precedenti di KolibriOS + Tutte le immagini diff --git a/nl/download.htm.template b/nl/download.htm.template index 3a51f8e..deea276 100644 --- a/nl/download.htm.template +++ b/nl/download.htm.template @@ -76,6 +76,7 @@ Kolibri vorige releases + Alle baugruppen diff --git a/ru/download.htm.template b/ru/download.htm.template index 1cb32b3..0d3493b 100644 --- a/ru/download.htm.template +++ b/ru/download.htm.template @@ -76,6 +76,7 @@ Архив старых версий + Все сборки diff --git a/style.css b/style.css index 0704533..087fb27 100644 --- a/style.css +++ b/style.css @@ -138,10 +138,10 @@ table { margin-bottom: 30px; } -.download table a[href^="//archive"] { +.download table [colspan="3"] a { padding-bottom: 1px; border-bottom: 1px dashed #ccc; - margin-left:0; + margin-left: 10px; text-align: right; float: right; line-height: 1.2;