[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes print.css,1.1.2.1,1.1.2.2

Owen Leonard oleonard at users.sourceforge.net
Fri Jul 15 22:08:02 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22486/koha-tmpl/intranet-tmpl/npl/en/includes

Modified Files:
      Tag: rel_2_2
	print.css 
Log Message:
Updating for moremember print screen

Index: print.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/print.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** print.css	16 Feb 2005 22:35:34 -0000	1.1.2.1
--- print.css	15 Jul 2005 20:07:59 -0000	1.1.2.2
***************
*** 212,214 ****
--- 212,233 ----
  tr.overdue {
  	font-weight : bold;
+ }
+ 
+ tfoot {
+ 	font-weight : bold;
+ }
+ 
+ tfoot td, tfoot td:last-child {
+ 	background-color : #EEEEEE;	
+ 	border-right : 1px solid #666666;
+ 	border-bottom : 1px solid #666666;
+ }
+ 
+ td.credit, td.debit, td.sum {
+ 	font-family : "Courier New", Courier, monospace;
+ 	text-align : right;
+ }
+ 
+ td.debit {
+ 	color : #990000;
  }
\ No newline at end of file





More information about the Koha-cvs mailing list