-<!-- $Id: index.html,v 1.1 2007-05-18 11:36:39 jakub Exp $ -->
+<!-- $Id: index.html,v 1.2 2007-05-18 13:00:14 jakub Exp $ -->
<html>
<head>
<title>Exemplary pazpar2 client [using pz2.js]</title>
- <style type="text/css"></style>
+ <style type="text/css">
+
+ html {
+ overflow-y: scroll;
+ }
+
+ html, body {
+ color: #002863;
+ font-family: verdana, arial, sans-serif;
+ font-size: small;
+ }
+
+ input.search {
+ background-color: #f0f0f0;
+ color: #002863;
+ border: 1px solid #a5acb2;
+ width: 420px;
+ }
+
+ </style>
<script type="text/javascript" src="pz2.js"></script>
<script type="text/javascript" src="example_client.js"></script>
</head>