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

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 20 19:04:51 CET 2005


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

Modified Files:
      Tag: rel_2_2
	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.34.2.1
diff -C2 -r1.34 -r1.34.2.1
*** common-style.css	9 Dec 2004 19:44:09 -0000	1.34
--- common-style.css	20 Jan 2005 18:04:49 -0000	1.34.2.1
***************
*** 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