[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes print.css,1
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes print.css,1.1.2.1,1.1.2.2 |
Date: |
Fri, 15 Jul 2005 13:08:02 -0700 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes print.css,1.1.2.1,1.1.2.2,
Owen Leonard <=