change to add css that netscape 4.7 can't read as a seperate file that it can ignore
This commit is contained in:
parent
047147de2f
commit
91c6eaf404
1 changed files with 3 additions and 19 deletions
|
@ -5,32 +5,18 @@
|
|||
<title>WELCOME TO THE UNIDO OPAC (Online Public Access Catalogue) </title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
@import url(/<TMPL_VAR NAME='themelang'>/includes/css/home-modern.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 {
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
|
||||
margin-bottom: 44px;
|
||||
line-height: 60px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -39,9 +25,7 @@ h1 {
|
|||
font-family: ocean sans, garamond, times, serif;
|
||||
font-size: 48px;
|
||||
font-weight: normal;
|
||||
font-style: oblique;
|
||||
margin-bottom: 44px;
|
||||
line-height: 60px;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue