From 8e213d88a4d052ade02b3602714b7671f0094b55 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 2 Jul 2013 12:07:42 +0100 Subject: [PATCH] For the sake of Firefox, explicitly clear all floats in the #mkwsRecords division. Fixes bug MKWS-11. --- experiments/spclient/mkwsStyle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index 2912ce2..c41df66 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -29,6 +29,7 @@ } #mkwsRecords, #mkwsShiftedTermlists { + clear: both; background-color: #fafafa; } -- 1.7.10.4