Use a nice bar as sub heading
[infodrom.org/service.infodrom.org] / src / Infodrom / events / index.wml
index 1712023..87dd7aa 100644 (file)
@@ -32,7 +32,7 @@
         echo ($event_table_end);
       }
       $color = $nowcolor;
-      printf ("<h3>Upcoming events in %s</h3>", $thisyear);
+      printf ("<h3 class=\"bar\">Upcoming events in %s</h3>", $thisyear);
       echo ($event_table_start);
       $year = $thisyear;
     }
@@ -66,7 +66,7 @@
         echo ($event_table_end);
       }
       $color = "<coln>";
-      printf ("<h3>Upcoming events in %s</h3>", $thisyear);
+      printf ("<h3 class=\"bar\">Upcoming events in %s</h3>", $thisyear);
       echo ($event_table_start);
       $year = $thisyear;
     }