[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes opac.css,1.2,1.3

Owen Leonard oleonard at users.sourceforge.net
Tue Jan 25 23:55:09 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25811/koha-tmpl/opac-tmpl/npl/en/includes

Modified Files:
	opac.css 
Log Message:
Updating and refining various styles

Index: opac.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac.css	24 Jan 2005 22:54:02 -0000	1.2
--- opac.css	25 Jan 2005 22:54:57 -0000	1.3
***************
*** 220,225 ****
  }
  
! p.error {
! 	color : #990000;
  	font-size : 1.05em;
  	font-weight : normal;
--- 220,226 ----
  }
  
! p.error, div.error {
! 	background-color : #FFFFCC;
! 	border : 1px solid #660000;
  	font-size : 1.05em;
  	font-weight : normal;
***************
*** 227,230 ****
--- 228,239 ----
  }
  
+ div.error h3 {
+ 	color : #990000;
+ }
+ 
+ div.error li {
+ 	margin-bottom : .5em;
+ }
+ 
  table {
  	background-color : #FFFFCC;





More information about the Koha-cvs mailing list