From: Steinar H. Gunderson Date: Wed, 16 Feb 2005 14:53:10 +0000 (+0000) Subject: Remove/hide some borders between the score/playmode/difficulty settings. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=5519424a845aaba0f8eea22eaabfd2d14fcb649f;ds=sidebyside Remove/hide some borders between the score/playmode/difficulty settings. --- diff --git a/html/ccbs.css b/html/ccbs.css index 3a8c4b0..b68d590 100644 --- a/html/ccbs.css +++ b/html/ccbs.css @@ -90,6 +90,13 @@ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red; border-top: 1px solid gray; } -.nowrap { - white-space: nowrap; +.score { + border-right: 0px; +} +.playmode { + border-left: 0px; + border-right: 0px; +} +.difficulty { + border-left: 0px; } diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index abaf236..8169e6a 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -111,9 +111,9 @@ [% pl.nick %] [% FOR s = pl.songs %] - [% s.score %] - [% s.playmode %] - [% s.difficulty %] + [% s.score %] + [% s.playmode %] + [% s.difficulty %] [% IF s.chosen %] [% s.title %] [% END %] @@ -126,11 +126,11 @@ [% pl.nick %] [% FOR s = pl.songs %] - + - + - +