[Koha-patches] [PATCH] CSS fix for Internet Explorer display problem caused by previous commit.

Owen Leonard oleonard at myacpl.org
Mon May 19 17:05:04 CEST 2008


---
 koha-tmpl/opac-tmpl/prog/en/css/opac.css |    2 ++
 1 files changed, 2 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 edc7c07..3b6b13f 100644
--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css
+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
@@ -544,11 +544,13 @@ a .term {
 	background-image : url( ../../images/menu-background.gif);
 	background-repeat : repeat-x;
 	background-color : #739ACF;
+	background-position : -10px top;
 	border-top : 1px solid #335599;
 	border-bottom : 1px solid #335599;
 	margin-left : -10px;
 	margin-right : -10px;
 	padding : .7em 0 .4em .5em;
+	position : relative;
 	font-size : 108%;
 	line-height : 116%;
 }
-- 
1.5.2.1




More information about the Koha-patches mailing list