From 0f030c579dd8a58f32374f10c2d7ec4085fb090a Mon Sep 17 00:00:00 2001 From: Burer Date: Tue, 18 Mar 2025 14:25:41 +0200 Subject: [PATCH] Small content and style updates - Removed GPL-2 mentioning from index - Updated language dropdown styles - Changed "help" link on index to git --- de/index.htm | 7 ++----- en/index.htm | 7 ++----- es/index.htm | 8 +++----- fr/index.htm | 5 +---- it/index.htm | 6 ++---- nl/index.htm | 6 ++---- ru/index.htm | 5 +---- style.css | 6 ++++-- 8 files changed, 17 insertions(+), 33 deletions(-) diff --git a/de/index.htm b/de/index.htm index da737d6..e141bf9 100644 --- a/de/index.htm +++ b/de/index.htm @@ -75,12 +75,9 @@

KolibriOS hat sich 2004 von MenuetOS abgespalten und wird seitdem - unabhängig entwickelt. Unser gesamter Code ist Open Source, wobei der - Großteil unter der - GPLv2-Lizenz - veröffentlicht wird. + unabhängig entwickelt. Ihr Feedback wird sehr geschätzt, - und Ihre Hilfe + und Ihre Hilfe ist noch mehr willkommen.

diff --git a/en/index.htm b/en/index.htm index af08679..cdba329 100644 --- a/en/index.htm +++ b/en/index.htm @@ -75,12 +75,9 @@

KolibriOS has forked off from MenuetOS in 2004, and is run under independent development since then. - All our code is open-source, with the majority of the code released under - GPLv2 - license. Your feedback is very much - appreciated, - and your help + appreciated, and your + help is even more welcome.

diff --git a/es/index.htm b/es/index.htm index a072634..2e4a187 100644 --- a/es/index.htm +++ b/es/index.htm @@ -74,12 +74,10 @@

KolibriOS se separó de MenuetOS en 2004 y ha estado en desarrollo - independiente desde entonces. Todo nuestro código es de código abierto, - siendo la mayor parte liberado bajo la licencia - GPLv2. + independiente desde entonces. Se agradece enormemente tu - retroalimentación, - y tu ayuda + retroalimentación, y tu + ayuda es aún más bienvenida.

diff --git a/fr/index.htm b/fr/index.htm index 1afb336..01f8436 100644 --- a/fr/index.htm +++ b/fr/index.htm @@ -76,11 +76,8 @@

KolibriOS s'est séparé de MenuetOS en 2004 et est développé de manière indépendante depuis lors. - Tout notre code est open-source, la majeure partie étant publiée sous la - licence - GPLv2. Vos retours sont grandement appréciés, - et votre aide + et votre aide est encore plus bienvenue.

diff --git a/it/index.htm b/it/index.htm index e794800..54497da 100644 --- a/it/index.htm +++ b/it/index.htm @@ -70,11 +70,9 @@

KolibriOS si è staccato da MenuetOS nel 2004 ed è in sviluppo - indipendente da allora. Tutto il nostro codice è open source, con la maggior - parte rilasciata sotto la licenza - GPLv2. + indipendente da allora. Il tuo feedback è molto apprezzato, - e il tuo aiuto + e il tuo aiuto è ancora più benvenuto.

diff --git a/nl/index.htm b/nl/index.htm index b033d2d..0bea687 100644 --- a/nl/index.htm +++ b/nl/index.htm @@ -78,11 +78,9 @@

KolibriOS is in 2004 afgesplitst van MenuetOS en wordt sindsdien - onafhankelijk ontwikkeld. Al onze code is open-source, waarbij het merendeel - wordt uitgebracht onder de - GPLv2-licentie. + onafhankelijk ontwikkeld. Jouw feedback wordt zeer gewaardeerd, - en jouw hulp is + en jouw hulp is nog meer welkom.

diff --git a/ru/index.htm b/ru/index.htm index b94ca46..9c991f0 100644 --- a/ru/index.htm +++ b/ru/index.htm @@ -79,11 +79,8 @@

КолибриОС отделилась от MenuetOS в 2004 году и с тех пор развивается независимым интернациональным сообществом. - Весь наш код является открытым, при этом большая его часть выпущена под - лицензией - GPLv2. Ваши отзывы очень ценится, а ваша - помощь + помощь ценится ещё больше.

diff --git a/style.css b/style.css index e58bc80..e61366e 100644 --- a/style.css +++ b/style.css @@ -60,11 +60,12 @@ body { border-top: 0px solid rgba(255, 255, 255, 0); top: -10px; left: 50%; - margin-left: -14px; + margin-left: -6px; } #lang-dropdown>div { display: block; + margin-left: 4px; border-radius: 3px; border: 1px solid #333; box-shadow: 0 0 5px #000; @@ -78,7 +79,8 @@ body { #lang-dropdown>div a { display: block; padding: 0 3em 0 1em; - line-height: 2.0; + font-size: 90%; + line-height: 2.5; border-top: 1px solid rgba(255, 255, 255, 0.06); border-bottom: 1px solid rgba(0, 0, 0, 0.07); text-decoration: none;