# HG changeset patch # User Christophe Lincoln # Date 1298857203 -3600 # Node ID c0047a50f63e15fd93fdae3619a557bf8308aa98 # Parent 8ba560fa2404e30ff571fd89d7a9777a3c8dadd8 Add flattr button anf small info diff -r 8ba560fa2404 -r c0047a50f63e index.php --- a/index.php Fri Feb 18 18:19:27 2011 +0100 +++ b/index.php Mon Feb 28 02:40:03 2011 +0100 @@ -19,6 +19,17 @@ + @@ -219,6 +230,18 @@ show_faces="true" width="auto"> +

Monetary support

+

+ SliTaz is made by voluntary people and there is no company behind + the project, but we need some small donation to maintain the project + infrastructure and services such as the main server and build host. + That way we can stay frre and autonomus without any adds on our sites. +

+
+ +
+

Internationalization

The SliTaz web site is available in several languages and maintained by the diff -r 8ba560fa2404 -r c0047a50f63e slitaz.css --- a/slitaz.css Fri Feb 18 18:19:27 2011 +0100 +++ b/slitaz.css Mon Feb 28 02:40:03 2011 +0100 @@ -373,8 +373,15 @@ pre, pre.script { padding: 10px; color: black; + border-radius: 4px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; +} +pre { + background: #e1e0b0; +} +pre.script { background: #E8E8E8; - border: 1px inset #606060; } /* Packages pages */