[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes in... [rel_2_2]

Joshua Ferraro jmf at kados.org
Thu Mar 9 17:50:31 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/03/09 16:50:31

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/includes: intranet.liblime.css 

Log message:
	fix to stop overlay of patron image ... thanks Owen!

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css:1.1.2.1 koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css:1.1.2.2
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css:1.1.2.1	Sat Mar  4 03:22:42 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css	Thu Mar  9 16:50:31 2006
@@ -1073,11 +1073,6 @@
 	font-size : 12px;
 }
 
-#notes ul {
-	margin : 0px;
-	padding : 0px;
-}
-
 #results, .results {
 	color : #000066;
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
@@ -1298,3 +1293,6 @@
 .accesskey {
 	text-decoration : underline;
 }
+#notes img {
+border: 1px solid #CCCCCC;
+}





More information about the Koha-cvs mailing list