Просмотр исходного кода

Make the 'topic was set xx times' visibile; no white text on very light
background :)

Morten Brix Pedersen 25 лет назад
Родитель
Сommit
bf4671105f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pisg.pl

+ 1 - 1
pisg.pl

@@ -2241,7 +2241,7 @@ sub lasttopics
         html("<tr><td bgcolor=\"$conf->{hicell}\">" . template_text('notopic') ."</td></tr>");
     }
     if(@topics) {
-        html("<tr><td align=\"center\" colspan=\"2\" class=\"headline\">" . template_text('totaltopic', %hash) . "</td></tr>");
+        html("<tr><td align=\"center\" colspan=\"2\" class=\"asmall\">" . template_text('totaltopic', %hash) . "</td></tr>");
     }
 }