From ba72ec962110807f22836300e262517d27a96e21 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 8 Jan 2014 17:08:44 +0100 Subject: Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensions r/a=justdave --- extensions/Voting/web/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'extensions/Voting/web') diff --git a/extensions/Voting/web/style.css b/extensions/Voting/web/style.css index 3f06200ca..22458fd90 100644 --- a/extensions/Voting/web/style.css +++ b/extensions/Voting/web/style.css @@ -19,3 +19,12 @@ tr.bz_bug_being_voted_on td { #votes_container { white-space: nowrap; } + +#user_votes th { + text-align: center; +} + +#user_votes th, #user_votes td, +#bug_votes th, #bug_votes td { + padding: 0.2em; +} -- cgit v1.2.3-24-g4f1b