From: Mike Taylor Date: Tue, 2 Jul 2013 11:07:42 +0000 (+0100) Subject: For the sake of Firefox, explicitly clear all floats in the X-Git-Tag: 0.9.1~369 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=8e213d88a4d052ade02b3602714b7671f0094b55;p=mkws-moved-to-github.git For the sake of Firefox, explicitly clear all floats in the #mkwsRecords division. Fixes bug MKWS-11. --- 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; }