]> git.sesse.net Git - ccbs/commitdiff
Merge in class fixes from --pgweb.
authorSteinar H. Gunderson <sesse@samfundet.no>
Mon, 4 Apr 2005 02:00:39 +0000 (02:00 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Mon, 4 Apr 2005 02:00:39 +0000 (02:00 +0000)
Patches applied:

 * sgunderson@bigfoot.com--2005-private/ccbs--pgweb--1.0--patch-8
   Set correct class on song high score table.

 * sgunderson@bigfoot.com--2005-private/ccbs--pgweb--1.0--patch-9
   Correct CSS class for player high score table.

html/templates/player.tmpl
html/templates/song.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>
index c1184fc341d9ddf191719a0e6bd511b55464a221..a275389574818884bc57272b02acaaa0832d6b5d 100644 (file)
@@ -12,7 +12,7 @@
   <h2>Beste scores</h2>
 
   <div>
-    <table>
+    <table class="scores">
       <tr>
         <th></th>
         <th>Spiller</th>