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

Owen Leonard oleonard at users.sourceforge.net
Thu Dec 9 18:31:28 CET 2004


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

Modified Files:
	common-style.css 
Log Message:
Making some formatting changes to result list: Empasizing title, deliniating columns, widening table

Index: common-style.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** common-style.css	9 Dec 2004 16:29:22 -0000	1.32
--- common-style.css	9 Dec 2004 17:31:25 -0000	1.33
***************
*** 121,124 ****
--- 121,136 ----
  }
  
+ #resultlist table {
+ 	margin : auto;
+ }
+ 
+ #resultlist table td {
+ 	border-right : 1px solid #CCCCCC;
+ }
+ 
+ #resultlist table td:last-child {
+ 	border-right : 1px solid Black;
+ }
+ 
  h1 {
  	color:#000000;
***************
*** 215,221 ****
  }
  #resultlist {
! 	width:70%;
! 	margin-left:5%;
! 	margin-right:5%;
  }
  
--- 227,244 ----
  }
  #resultlist {
! 	width:95%;
! 	margin : auto;
! /*	margin-left:5%;
! 	margin-right:5%;*/
! }
! 
! #resultlist p {
! 	font-size : .8em;
! }
! 
! a.resultlist {
! 	font-weight : bold;
! 	display : block;
! 	padding-left : 5px;
  }
  





More information about the Koha-cvs mailing list