For the sake of Firefox, explicitly clear all floats in the
authorMike Taylor <mike@indexdata.com>
Tue, 2 Jul 2013 11:07:42 +0000 (12:07 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 2 Jul 2013 11:07:42 +0000 (12:07 +0100)
#mkwsRecords division. Fixes bug MKWS-11.

experiments/spclient/mkwsStyle.css

index 2912ce2..c41df66 100644 (file)
@@ -29,6 +29,7 @@
 }
 
 #mkwsRecords, #mkwsShiftedTermlists {
+    clear: both;
     background-color: #fafafa;
 }