From 80fe04629ad2d5edd19a19e708b4c1a47e440c0e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 16 Feb 2005 13:52:43 +0000 Subject: [PATCH] Change nowrap="nowrap" to CSS. --- html/ccbs.css | 4 ++++ html/templates/show-tournament.tmpl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 %] - +