[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.34,1.35

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 20 19:03:37 CET 2005


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

Modified Files:
	common-style.css 
Log Message:
Adding declaration for tr.hilighted to match td.hilighted (for alternating row colors)

Index: common-style.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** common-style.css	9 Dec 2004 19:44:09 -0000	1.34
--- common-style.css	20 Jan 2005 18:03:33 -0000	1.35
***************
*** 105,109 ****
  }
  /* hilighted cell */
! td.hilighted {
  	border-left:0px;
  	background-color:#ffffcc;
--- 105,109 ----
  }
  /* hilighted cell */
! td.hilighted, tr.hilighted {
  	border-left:0px;
  	background-color:#ffffcc;





More information about the Koha-cvs mailing list