]> git.sesse.net Git - ccbs/commitdiff
Change nowrap="nowrap" to CSS.
authorSteinar H. Gunderson <sesse@samfundet.no>
Wed, 16 Feb 2005 13:52:43 +0000 (13:52 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Wed, 16 Feb 2005 13:52:43 +0000 (13:52 +0000)
html/ccbs.css
html/templates/show-tournament.tmpl

index 30d2365a1d9c26fb7d78b6657bc854f76edbcf0e..3a8c4b08eb4ffa009a078b292c9cea6ea19c7980 100644 (file)
@@ -89,3 +89,7 @@ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red;
        font-size: x-small;
        border-top: 1px solid gray;
 }
+
+.nowrap {
+       white-space: nowrap;
+}
index 07bba4a718f763da0ebbfdb1bd0fdcde3564d282..49f9b6defd208bb4f47dbdc7873bdd1c055e6107 100644 (file)
     <tr>
       <th>[% pl.nick %]</th>
         [% FOR s = pl.songs %]
-      <td nowrap="nowrap">
+      <td class="nowrap">
         <input name="score[% pl.player %]-[% s.songnumber %]" value="[% s.score %]" size="5" />
        <select name="playmode[% pl.player %]-[% s.songnumber %]">
          <option value=""> </option>