[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Nov 23 17:16:43 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/11/23 16:16:43

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/includes: intranet.css 

Log message:
	fix a color error...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7.2.16&r2=1.7.2.17

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.16
retrieving revision 1.7.2.17
diff -u -b -r1.7.2.16 -r1.7.2.17
--- intranet.css	23 Nov 2006 11:20:51 -0000	1.7.2.16
+++ intranet.css	23 Nov 2006 16:16:43 -0000	1.7.2.17
@@ -108,7 +108,7 @@
 }
 
 .available {
-    background-color: #000000;
+    background-color: white;
 }
 
 .unavailable {





More information about the Koha-cvs mailing list