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

Owen Leonard oleonard at users.sourceforge.net
Thu Dec 9 17:29:24 CET 2004


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

Modified Files:
	common-style.css 
Log Message:
Creating alternate classes for ids which end up being used multiple times

Index: common-style.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** common-style.css	8 Dec 2004 10:26:03 -0000	1.31
--- common-style.css	9 Dec 2004 16:29:22 -0000	1.32
***************
*** 195,199 ****
  }
  
! #bloc25 {
  	float:left;
  	border:1px solid #000000;
--- 195,199 ----
  }
  
! #bloc25, .bloc25 {
  	float:left;
  	border:1px solid #000000;
***************
*** 201,205 ****
  	padding:0px;
  }
! #bloc100 {
  	float:left;
  	position:relative;
--- 201,205 ----
  	padding:0px;
  }
! #bloc100, .bloc100 {
  	float:left;
  	position:relative;





More information about the Koha-cvs mailing list