Cleaning styles.
authorJakub Skoczen <jakub@indexdata.dk>
Fri, 18 May 2007 13:00:14 +0000 (13:00 +0000)
committerJakub Skoczen <jakub@indexdata.dk>
Fri, 18 May 2007 13:00:14 +0000 (13:00 +0000)
www/example/index.html

index 58eb769..dba3c6d 100644 (file)
@@ -1,9 +1,28 @@
-<!-- $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>