Fix for Bug 4008, footer floating up next to purchase suggestion in OPAC
authorOwen Leonard <oleonard@myacpl.org>
Tue, 29 Dec 2009 16:01:35 +0000 (11:01 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 31 Dec 2009 09:58:04 +0000 (10:58 +0100)
koha-tmpl/opac-tmpl/prog/en/css/opac.css

index f9a8f59..208fdce 100644 (file)
@@ -1883,3 +1883,7 @@ a.p1:active {
   direction: rtl;
   text-align: right;
 }
+
+div.ft {
+       clear : both;
+}
\ No newline at end of file