From: Steinar H. Gunderson Date: Wed, 16 Feb 2005 13:52:43 +0000 (+0000) Subject: Change nowrap="nowrap" to CSS. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=80fe04629ad2d5edd19a19e708b4c1a47e440c0e Change nowrap="nowrap" to CSS. --- diff --git a/html/ccbs.css b/html/ccbs.css index 30d2365..3a8c4b0 100644 --- a/html/ccbs.css +++ b/html/ccbs.css @@ -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; +} diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 07bba4a..49f9b6d 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -113,7 +113,7 @@ [% pl.nick %] [% FOR s = pl.songs %] - +