# HG changeset patch # User Christophe Lincoln # Date 1332255753 -3600 # Node ID 2790f1cb8c133c7b4417995b1a3d9d54bb70b3aa # Parent f9bd3c1cfe921b6cbf88423f9e43a537d77be882 CSS fix for dir gen diff -r f9bd3c1cfe92 -r 2790f1cb8c13 mirror/root/dir-generator.php --- a/mirror/root/dir-generator.php Tue Mar 20 15:55:07 2012 +0100 +++ b/mirror/root/dir-generator.php Tue Mar 20 16:02:33 2012 +0100 @@ -169,7 +169,6 @@ th { font-weight: bold; padding-right: 14px; padding-bottom: 3px;} td {padding-right: 14px;} td.s, th.s {text-align: right;} - #mirrors { padding: 10px; text-align: center; @@ -231,6 +230,9 @@ Path: /${vpath} + +
+
EOT; @@ -251,14 +253,7 @@ foreach($mirrors as $name => $url) { echo "$name\n"; } - -print << - - -
- -EOT; +echo "
"; } else {