# HG changeset patch # User Aleksej Bobylev # Date 1333526554 -10800 # Node ID 5bf6a1f5563893b916241e081553e9b63c7908e2 # Parent 3c3735ae75ebdcd41aa119a41ade6aacfa77d88f css: introducing & implementing 'box-up' class diff -r 3c3735ae75eb -r 5bf6a1f55638 cn/index.php --- a/cn/index.php Wed Apr 04 10:44:20 2012 +0300 +++ b/cn/index.php Wed Apr 04 11:02:34 2012 +0300 @@ -31,8 +31,7 @@
-
- +

SliTaz Chinese website needs a maintainer and contributors. You can contact us on the diff -r 3c3735ae75eb -r 5bf6a1f55638 da/index.php --- a/da/index.php Wed Apr 04 10:44:20 2012 +0300 +++ b/da/index.php Wed Apr 04 11:02:34 2012 +0300 @@ -40,8 +40,7 @@

-
-
- +

SliTaz German website needs a new maintainer and contributors. You can contact us on the diff -r 3c3735ae75eb -r 5bf6a1f55638 en/index.php --- a/en/index.php Wed Apr 04 10:44:20 2012 +0300 +++ b/en/index.php Wed Apr 04 11:02:34 2012 +0300 @@ -37,8 +37,7 @@

-
- [ ] +

Help us get a dedicated server - Check out our online fundraising, diff -r 3c3735ae75eb -r 5bf6a1f55638 fr/index.php --- a/fr/index.php Wed Apr 04 10:44:20 2012 +0300 +++ b/fr/index.php Wed Apr 04 11:02:34 2012 +0300 @@ -38,8 +38,7 @@

-
- +

Aidez nous a obtenir un serveur dedié - Campagne de dons en ligne diff -r 3c3735ae75eb -r 5bf6a1f55638 id/index.php --- a/id/index.php Wed Apr 04 10:44:20 2012 +0300 +++ b/id/index.php Wed Apr 04 11:02:34 2012 +0300 @@ -42,8 +42,7 @@

-
- +

SliTaz Indonesian website needs a maintainer and contributors. You can contact us on the diff -r 3c3735ae75eb -r 5bf6a1f55638 index.php --- a/index.php Wed Apr 04 10:44:20 2012 +0300 +++ b/index.php Wed Apr 04 11:02:34 2012 +0300 @@ -62,8 +62,7 @@

-
- +

Help us get a dedicated server - Check out our online fundraising diff -r 3c3735ae75eb -r 5bf6a1f55638 it/index.php --- a/it/index.php Wed Apr 04 10:44:20 2012 +0300 +++ b/it/index.php Wed Apr 04 11:02:34 2012 +0300 @@ -37,8 +37,7 @@

-
-
- [ ] +

Ajude-nos a obter um servidor dedicado - Visite a página de Doação Online diff -r 3c3735ae75eb -r 5bf6a1f55638 ru/index.php --- a/ru/index.php Wed Apr 04 10:44:20 2012 +0300 +++ b/ru/index.php Wed Apr 04 11:02:34 2012 +0300 @@ -31,9 +31,7 @@

-
- * - +

Помогите нам приобрести выделенный сервер — посетите нашу страницу по сбору средств, проект USB Key, diff -r 3c3735ae75eb -r 5bf6a1f55638 slitaz.css --- a/slitaz.css Wed Apr 04 10:44:20 2012 +0300 +++ b/slitaz.css Wed Apr 04 11:02:34 2012 +0300 @@ -190,15 +190,19 @@ border: 1px solid #ddd; } -.box-dl { +.box-dl, .box-up { margin: 20px 60px; padding: 12px 12px 12px 66px; - background: url("/images/download.png") no-repeat 12px 12px #efefef; - /* height: 48px; */ min-height: 48px; border: 1px solid #ddd; vertical-align: middle; } +.box-dl { + background: url("/images/download.png") no-repeat 12px 12px #efefef; +} +.box-up { + background: url("/images/update.png") no-repeat 12px 12px #efefef; +} .box-dl p { color: #456; } .searchbox { @@ -250,7 +254,7 @@ /* Round corner */ -#block_nav, pre, .box, .box-dl, .searchbox, .button a, #twitter, .activity, +#block_nav, pre, .box, .box-dl, .box-up, .searchbox, .button a, #twitter, .activity, .activity div, #sponsor { -moz-border-radius: 4px; -webkit-border-radius: 4px;