cookutils rev 648

Small fix to CSS and cross
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 02 19:47:46 2014 +0100 (2014-03-02)
parents e599d64a084b
children af5a93d961f0
files cross web/style.css
line diff
     1.1 --- a/cross	Thu Feb 27 20:01:14 2014 +0000
     1.2 +++ b/cross	Sun Mar 02 19:47:46 2014 +0100
     1.3 @@ -312,7 +312,7 @@
     1.4  		--disable-checking \
     1.5  		--disable-werror \
     1.6  		--with-pkgversion="SliTaz" \
     1.7 -		--with-bugurl="https://bugs.slitaz.org/" \
     1.8 +		--with-bugurl="http://bugs.slitaz.org/" \
     1.9  		--with-sysroot=$sysroot \
    1.10  		$GCC_FINAL_ARGS &&
    1.11  	make AS_FOR_TARGET="${TARGET}-as" \
     2.1 --- a/web/style.css	Thu Feb 27 20:01:14 2014 +0000
     2.2 +++ b/web/style.css	Sun Mar 02 19:47:46 2014 +0100
     2.3 @@ -1,5 +1,6 @@
     2.4  /* CSS style for SliTaz Cooker */
     2.5  
     2.6 +html { min-height: 102%; }
     2.7  body { font: 13px sans-serif, vernada, arial; margin: 0; }
     2.8  h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
     2.9  h1 a { color: #fff; text-decoration: none; }