slitaz-forge rev 168

Leave CSS style into dir-gen* since it may be used on oher mirrors I guess
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 20 15:55:07 2012 +0100 (2012-03-20)
parents e5baa4584135
children 2790f1cb8c13
files mf/css/mirror.css mirror/root/dir-generator.php
line diff
     1.1 --- a/mf/css/mirror.css	Tue Mar 20 15:51:06 2012 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,17 +0,0 @@
     1.4 -
     1.5 -/* Custom style for mirror.slitaz.org */
     1.6 -
     1.7 -#header { color: #ffffff; }
     1.8 -div.list { background-color: white; padding-bottom: 14px;}
     1.9 -table { width: 100% ;}
    1.10 -th, td { font: 90% monospace; text-align: left;}
    1.11 -th { font-weight: bold; padding-right: 14px; padding-bottom: 3px;}
    1.12 -td {padding-right: 14px;}
    1.13 -td.s, th.s {text-align: right;}
    1.14 -
    1.15 -#mirrors {
    1.16 -	padding: 10px;
    1.17 -	text-align: center;
    1.18 -	background: #f1f1f1;
    1.19 -	border: 2px solid #ddd;
    1.20 -}
     2.1 --- a/mirror/root/dir-generator.php	Tue Mar 20 15:51:06 2012 +0100
     2.2 +++ b/mirror/root/dir-generator.php	Tue Mar 20 15:55:07 2012 +0100
     2.3 @@ -160,7 +160,23 @@
     2.4  	<meta name="author" content="SliTaz Contributors" />
     2.5  	<link rel="shortcut icon" href="http://mf.slitaz.org//favicon.ico" />
     2.6  	<link rel="stylesheet" type="text/css" href="http://mf.slitaz.org/css/slitaz.css" />
     2.7 -	<link rel="stylesheet" type="text/css" href="http://mf.slitaz.org/css/mirror.css" />
     2.8 +	<!--<link rel="stylesheet" type="text/css" href="http://mf.slitaz.org/css/mirror.css" />-->
     2.9 +	<style type="text/css">
    2.10 +	#header { color: #ffffff; }
    2.11 +	div.list { background-color: white; padding-bottom: 14px;}
    2.12 +	table { width: 100% ;}
    2.13 +	th, td { font: 90% monospace; text-align: left;}
    2.14 +	th { font-weight: bold; padding-right: 14px; padding-bottom: 3px;}
    2.15 +	td {padding-right: 14px;}
    2.16 +	td.s, th.s {text-align: right;}
    2.17 +	
    2.18 +	#mirrors {
    2.19 +		padding: 10px;
    2.20 +		text-align: center;
    2.21 +		background: #f1f1f1;
    2.22 +		border: 2px solid #ddd;
    2.23 +	}
    2.24 +	</style>
    2.25  </head>
    2.26  <body>
    2.27