slitaz-dev-tools rev 221

dvd: update color
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 27 17:21:54 2014 +0000 (2014-02-27)
parents 771af1d6d56d
children 57bd1dcb4a71
files mirror-tools/slitaz/mirror/dvd/index.html
line diff
     1.1 --- a/mirror-tools/slitaz/mirror/dvd/index.html	Sun Feb 16 13:09:39 2014 +0000
     1.2 +++ b/mirror-tools/slitaz/mirror/dvd/index.html	Thu Feb 27 17:21:54 2014 +0000
     1.3 @@ -285,7 +285,7 @@
     1.4  		if (size == null) continue
     1.5  		size.style.fontWeight="bold"
     1.6  		//size.style.textDecoration="underline"
     1.7 -		size.style.backgroundColor="#d66018"
     1.8 +		size.style.backgroundColor="#ccc"
     1.9  		total += parseInt(toKb(size.innerHTML))
    1.10  	}
    1.11  	var size = document.getElementById("size")