[Koha-patches] [PATCH] Fix for Bug 4008, footer floating up next to purchase suggestion in OPAC

Owen Leonard oleonard at myacpl.org
Tue Dec 29 17:01:35 CET 2009


---
 koha-tmpl/opac-tmpl/prog/en/css/opac.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
index 9e30270..1dc6071 100644
--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css
+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
@@ -1879,3 +1879,7 @@ a.p1:active {
   direction: rtl;
   text-align: right;
 }
+
+div.ft {
+	clear : both;
+}
\ No newline at end of file
-- 
1.6.3.3




More information about the Koha-patches mailing list