# HG changeset patch # User Christophe Lincoln # Date 1393786066 -3600 # Node ID 9298c9293ae0be7816b2c19b9934ba212e1a0b80 # Parent e599d64a084bbbd66cf0de351c11667a5b9db1a7 Small fix to CSS and cross diff -r e599d64a084b -r 9298c9293ae0 cross --- a/cross Thu Feb 27 20:01:14 2014 +0000 +++ b/cross Sun Mar 02 19:47:46 2014 +0100 @@ -312,7 +312,7 @@ --disable-checking \ --disable-werror \ --with-pkgversion="SliTaz" \ - --with-bugurl="https://bugs.slitaz.org/" \ + --with-bugurl="http://bugs.slitaz.org/" \ --with-sysroot=$sysroot \ $GCC_FINAL_ARGS && make AS_FOR_TARGET="${TARGET}-as" \ diff -r e599d64a084b -r 9298c9293ae0 web/style.css --- a/web/style.css Thu Feb 27 20:01:14 2014 +0000 +++ b/web/style.css Sun Mar 02 19:47:46 2014 +0100 @@ -1,5 +1,6 @@ /* CSS style for SliTaz Cooker */ +html { min-height: 102%; } body { font: 13px sans-serif, vernada, arial; margin: 0; } h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; } h1 a { color: #fff; text-decoration: none; }