Explorar o código

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

Morten Brix Pedersen %!s(int64=25) %!d(string=hai) anos
pai
achega
bf4671105f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>");
     }
 }