# HG changeset patch # User Christophe Lincoln # Date 1396300271 -7200 # Node ID 186254a14ad393599e6a208af361e62a3d28d985 # Parent 22ea61135a683798cf3376c62e0d46cb582feb73 cook: small cosmetic change diff -r 22ea61135a68 -r 186254a14ad3 cook/cross/header.html --- a/cook/cross/header.html Mon Mar 31 19:12:23 2014 +0100 +++ b/cook/cross/header.html Mon Mar 31 23:11:11 2014 +0200 @@ -12,7 +12,7 @@ width: 250px; } #logo { - background: url(/images/logo.png) no-repeat left; + background: url(../images/logo.png) no-repeat left; position: absolute; float: left; left: 0px; @@ -20,6 +20,7 @@ width: 40px; height: 40px; } + pre { font-size: 100%; } @@ -34,8 +35,6 @@ Roadmap | Cross - arm - x86_64

SliTaz Cooker

diff -r 22ea61135a68 -r 186254a14ad3 cook/cross/index.cgi --- a/cook/cross/index.cgi Mon Mar 31 19:12:23 2014 +0100 +++ b/cook/cross/index.cgi Mon Mar 31 23:11:11 2014 +0200 @@ -9,24 +9,27 @@ cat << EOT -

SliTaz Cross

+

SliTaz Cross Cooker's

- SliTaz is actually ported to the ARM platform and work is on the stove - for the x86_64 architecture. Please read the Cookutils cross howto for - more information. + SliTaz is actually ported to the ARM platform and the x86_64 + architecture can be cross or natively compiled but not officially + supported. Please read the Cookutils cross howto for more information.

SliTaz ARM website: arm.slitaz.org

- +
+Arch  : arm
+Cross : toolchain
+
+ +
+Arch  : x86_64
+Cross : toolchain
+
diff -r 22ea61135a68 -r 186254a14ad3 cook/header.html --- a/cook/header.html Mon Mar 31 19:12:23 2014 +0100 +++ b/cook/header.html Mon Mar 31 23:11:11 2014 +0200 @@ -13,7 +13,7 @@ width: 250px; } #logo { - background: url(images/logo.png) no-repeat left; + background: url(/images/logo.png) no-repeat left; position: absolute; float: left; left: 0px;