[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/unido/en opac-main.tmpl,1.3,1.4

Chris Cormack rangi at users.sourceforge.net
Tue Jun 17 12:40:12 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/unido/en
In directory sc8-pr-cvs1:/tmp/cvs-serv8507

Modified Files:
	opac-main.tmpl 
Log Message:
change to add css that netscape 4.7 can't read as a seperate file that it can ignore


Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/unido/en/opac-main.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-main.tmpl	17 Jun 2003 10:18:48 -0000	1.3
--- opac-main.tmpl	17 Jun 2003 10:40:10 -0000	1.4
***************
*** 6,26 ****
  <style type="text/css">
  <!--
  input {font-size:16px;
  
        }
  
- input.ok  {
-   background-color: #d59b61;
-   font-family: arial, helvetica, sans-serif;
-   font-size: 14px;
-   font-weight: bold;
  
-   text-align: center;
-   border: 1px;
-   border-color: #000000;
-   border-style: solid;
-   padding: 4px;
-  height : 28px;
- }
  
  .search-heading {
--- 6,16 ----
  <style type="text/css">
  <!--
+ 
+ @import url(/<TMPL_VAR NAME='themelang'>/includes/css/home-modern.css);
  input {font-size:16px;
  
        }
  
  
  
  .search-heading {
***************
*** 28,35 ****
    font-size: 18px;
    font-weight: normal;
-   
-   margin-bottom: 44px;
-   line-height: 60px;
-    
  }
  
--- 18,21 ----
***************
*** 40,46 ****
    font-size: 48px;
    font-weight: normal;
!   font-style: oblique;
!   margin-bottom: 44px;
!   line-height: 60px; 
  
    }
--- 26,30 ----
    font-size: 48px;
    font-weight: normal;
!   font-style: italic;
  
    }





More information about the Koha-cvs mailing list