]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Chrome compatibility.
authorMetabox <redacted>
Mon, 22 Apr 2019 17:37:36 +0000 (03:37 +1000)
committerMetabox <redacted>
Mon, 22 Apr 2019 17:37:36 +0000 (03:37 +1000)
htdocs/cgi-bin/time_zones.cgi

index 1758d5c127fa59bf9256d6eadd16246b93782791..e93605d79bbad06f7418003b143cd4e872707ce5 100755 (executable)
@@ -64,8 +64,8 @@ print "<h2 class='rz' style='text-align:center;border-bottom: 0px cornflowerblue
 foreach $key (sort keys %countries){   
     $states = $countries{$key}; 
     if( length($states)>0 ){
-        print "<div class='rz' style='border-bottom: 0px cornflowerblue;'><b>$key</b></div>\n";
-        print "<div class='rz'><ul>\n";
+        print "<div class='rz' style='text-align:left;border-bottom: 0px cornflowerblue;'><b>$key</b></div>\n";
+        print "<div class='rz' style='text-align:left;'><ul>\n";
         foreach $entry (sort @{$states}){
             if(!$entry){next}
             foreach $city ($entry){
@@ -79,6 +79,5 @@ foreach $key (sort keys %countries){
 
     }
 }
-
 print "</center>";
 print $cgi->end_html;
\ No newline at end of file