From cbcb1743ce8eefbda3b4d28d4e1f64009b50c691 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 28 Sep 2010 19:07:31 +0000 Subject: [PATCH] add class clear to CSS so menu's work properly again --- theme/default/sfiab.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/default/sfiab.css b/theme/default/sfiab.css index 12c899d2..45425a6b 100644 --- a/theme/default/sfiab.css +++ b/theme/default/sfiab.css @@ -8,6 +8,10 @@ body height:100%; } +.clear { + clear: both; +} + input, textarea, select { font-family: Verdana, Arial, Sans-Serif;