From 8dc1a74e5aa86d68857b0a9c249975a30140a011 Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Wed, 22 Mar 2006 21:54:13 +0000 Subject: [PATCH] Made a slight change to xhtml strict poll template --- docs/upgrades/templates-6.99.0/wgtemplate_default_poll.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/upgrades/templates-6.99.0/wgtemplate_default_poll.tmpl b/docs/upgrades/templates-6.99.0/wgtemplate_default_poll.tmpl index a640acb88..2c10f6c0c 100644 --- a/docs/upgrades/templates-6.99.0/wgtemplate_default_poll.tmpl +++ b/docs/upgrades/templates-6.99.0/wgtemplate_default_poll.tmpl @@ -56,4 +56,7 @@ h2 { font-family:arial; font-size:10pt; font-weight:bold; +} +.pollColor { + background-color:gray; } \ No newline at end of file