add a fourth row of flags, and also move jp to ja
Roger Dingledine

Roger Dingledine commited on 2006-10-14 11:27:47
Zeige 10 geänderte Dateien mit 1 Einfügungen und 3 Löschungen.

... ...
@@ -75,7 +75,6 @@ sub file_is_obsolete($$$) {
75 75
 sub list_translations() {
76 76
   my @links = ();
77 77
   my $page = $WML_SRC_FILENAME;
78
-  my $numlangs = 0;
79 78
   $page =~ s/\.wml//;
80 79
   for my $dir (@LANGUAGES) {
81 80
     if (-e "$dir/$WML_SRC_FILENAME") {
... ...
@@ -57,7 +57,6 @@
57 57
         <td class="banner-right">
58 58
 	<:{
59 59
 	  my $page = $WML_SRC_FILENAME;
60
-	  my $numlangs = 0;
61 60
 	  $page =~ s/\.wml//;
62 61
 	  for my $dir (@LANGUAGES) {
63 62
 	    if (-e "$dir/$WML_SRC_FILENAME") {
... ...
@@ -202,7 +202,7 @@ td.banner-middle a:hover {
202 202
 td.banner-right {
203 203
     background-image: url("images/top-right.png");
204 204
     background-repeat: no-repeat;
205
-    width: 90px;
205
+    width: 120px;
206 206
     background-position: right;
207 207
     padding-top: 8px;
208 208
 }
209 209