From d9af6e214c3e20093cdabe69b4c6882ade733868 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 5 Jun 2008 15:45:01 +0100 Subject: [PATCH] Style button as well. Consistent in IE and FF, a bit off in Safari. Organization: Straylight/Edgeware From: Richard Kettlewell --- templates/disorder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/disorder.css b/templates/disorder.css index b460aae..3bc312d 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -8,7 +8,7 @@ body { font-variant: normal } -input { +input,button { font-family: helvetica,sans-serif; font-weight: normal; font-size: 12pt; -- [mdw]