slitaz-tools rev 991

tazbox video: typo in background-color
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 30 17:24:54 2016 +0200 (2016-05-30)
parents 16d7770b4afc
children 7e4a3ecdf2d7
files tazbox/tazbox
line diff
     1.1 --- a/tazbox/tazbox	Sat May 28 15:43:17 2016 +0200
     1.2 +++ b/tazbox/tazbox	Mon May 30 17:24:54 2016 +0200
     1.3 @@ -658,12 +658,9 @@
     1.4  <html>
     1.5  <head>
     1.6  	<title>$(basename "$file")</title>
     1.7 -	<style text/css>
     1.8 -html {
     1.9 -	backgound-color: black;
    1.10 -}
    1.11 -
    1.12 +	<style "text/css">
    1.13  body {
    1.14 +	background-color: black;
    1.15  	margin: 0 0 0 0;
    1.16  }
    1.17  	</style>