From e979ef266bbead3e28c85d47e50746c4533c4943 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 27 May 2011 16:42:11 -0400 Subject: Bug 658063 - Move votes_container css style to external style.css instead of template r/a=mkanat --- extensions/Voting/web/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extensions/Voting/web/style.css') diff --git a/extensions/Voting/web/style.css b/extensions/Voting/web/style.css index 5d9c9afe6..c2b934e37 100644 --- a/extensions/Voting/web/style.css +++ b/extensions/Voting/web/style.css @@ -22,3 +22,7 @@ tr.bz_bug_being_voted_on td { border-style: solid none solid none; border-width: thin; } + +#votes_container { + white-space: nowrap; +} -- cgit v1.2.3-24-g4f1b