Use a nice bar as sub heading
authorJoey Schulze <joey@infodrom.org>
Sun, 7 Oct 2007 11:34:23 +0000 (11:34 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 7 Oct 2007 11:34:23 +0000 (11:34 +0000)
src/Infodrom/events/find.wml
src/Infodrom/events/index.wml
src/Infodrom/events/old.wml

index 6273a43..bc46f74 100644 (file)
@@ -64,7 +64,7 @@
          echo ($event_table_end);
        }
        $color = "<coln>";
-       printf ("<h3>Events in %s</h3>", $thisyear);
+       printf ("<h3 class=\"bar\">Events in %s</h3>", $thisyear);
        echo ($event_table_start);
        $year = $thisyear;
       }
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;
     }
index 5d6711e..ed0cc11 100644 (file)
@@ -31,7 +31,7 @@
         echo ($event_table_end);
       }
       $color = "<coln>";
-      printf ("<h3>Past events in %s</h3>", $thisyear);
+      printf ("<h3 class=\"bar\">Past events in %s</h3>", $thisyear);
       echo ($event_table_start);
       $year = $thisyear;
     }