From 965d19f5d7ba870ea6da56c86575d1bcf6337d29 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 8 Oct 2005 01:40:08 +0000 Subject: [PATCH] r496: Removing #submitrow from report.css to global.css --- templates/global.css | 8 ++++++++ templates/report.css | 10 ---------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/templates/global.css b/templates/global.css index 9e5df9a..23c70a8 100644 --- a/templates/global.css +++ b/templates/global.css @@ -184,6 +184,14 @@ a font-size: 10px; } +#submitrow +{ + background-color: rgb(51, 51, 51); + padding: 2px; + border: 1px solid rgb(0, 0, 0); + text-align: center; +} + /*=====================================================================*\ || ################################################################### || # $HeadURL$ diff --git a/templates/report.css b/templates/report.css index c5b478b..2cb5542 100644 --- a/templates/report.css +++ b/templates/report.css @@ -57,16 +57,6 @@ fieldset /* ################################################################### */ -#submitrow -{ - background-color: rgb(51, 51, 51); - padding: 2px; - border: 1px solid rgb(0, 0, 0); - text-align: center; -} - -/* ################################################################### */ - #votes, #yourvote, #votesfifty, #voteshundred { width: 25%; -- 2.22.5