Преглед на файлове

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

Morten Brix Pedersen преди 25 години
родител
ревизия
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>");
     }
 }