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

Antoine Farnault antoine at koha-fr.org
Mon Nov 27 10:37:28 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/11/27 09:37:28

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

Log message:
	adding "display:block" to content_visible class.

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.17&r2=1.7.2.18

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.17
retrieving revision 1.7.2.18
diff -u -b -r1.7.2.17 -r1.7.2.18
--- intranet.css	23 Nov 2006 16:16:43 -0000	1.7.2.17
+++ intranet.css	27 Nov 2006 09:37:28 -0000	1.7.2.18
@@ -321,6 +321,7 @@
 .content_visible {
     height:0px; /* you propably don't need to change this one */
     visibility:visible; /* you propably don't need to change this one */
+    display:block;
 }
 
 .lineSelected {





More information about the Koha-cvs mailing list