]> git.sesse.net Git - ccbs/blobdiff - html/templates/player.tmpl
Merge in class fixes from --pgweb.
[ccbs] / html / templates / player.tmpl
index 59a15dde0bb28a41c3e49fb94e9517cadac8932c..91a4d7970cd9499b9f584c82ca03f45a9eb31d4f 100644 (file)
@@ -14,7 +14,7 @@
   <h2>Beste sanger</h2>
 
   <div>
-    <table>
+    <table class="scores">
       <tr>
         <th></th>
         <th>Sang</th>
@@ -38,7 +38,7 @@
   <h2>Alle sanger</h2>
   
   <div>
-    <table>
+    <table class="scores">
 [% FOR s = allsongs %]
       <tr>
         <th><a href="song.pl?id=[% s.song %]">[% s.title %]</a></th>