[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes opac-l... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Aug 25 17:19:35 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/08/25 15:19:35

Modified files:
	koha-tmpl/opac-tmpl/npl/en/includes: opac-layout.css 

Log message:
	Some font-size and margin changes to accomodate Internet Explorer

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.6&r2=1.1.2.7

Patches:
Index: opac-layout.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-layout.css,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -b -r1.1.2.6 -r1.1.2.7
--- opac-layout.css	8 Aug 2006 16:18:03 -0000	1.1.2.6
+++ opac-layout.css	25 Aug 2006 15:19:34 -0000	1.1.2.7
@@ -222,6 +222,10 @@
 	padding : 0;
 }
 
+* html td, * html th {
+	font-size: 80%;
+}
+
 td {
 	padding : 5px 5px 5px 5px;
 }
@@ -593,8 +597,8 @@
 }
 
 #main {
-	margin-left : 20%;
-	margin-right : 2%;
+	margin-left : 19%;
+	margin-right : 1%;
 	margin-top : 0;
 	padding : 5px;
 	position : relative;
@@ -623,7 +627,7 @@
 
 #nav {
 	float : left;
-	margin : 0 0% 0% 1%;
+	margin : 0 0 0 0;
 	padding : 0;
 	width : 18%;
 }





More information about the Koha-cvs mailing list