koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.34,1.34.2.1
Date: Thu, 20 Jan 2005 10:04:51 -0800

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]