Simpler
authorMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 07:48:18 +0000 (08:48 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 07:48:18 +0000 (08:48 +0100)
experiments/spclient/index.html
experiments/spclient/styles.css

index 5924f3b..f24a91f 100644 (file)
       <p>Searching will not work if JavaScript is disabled.</p>
     </noscript>
     <div id="mkwsSwitch"></div>
-    <div id="heading">
-      <form id="searchForm" name="search">
-        <input id="query" type="text" size="50" />
-        <input id="button" type="submit" value="Search" />
-      </form>
+    <form id="searchForm" name="search">
+      <input id="query" type="text" size="50" />
+      <input id="button" type="submit" value="Search" />
+    </form>
     </div>
     <div id="recordview">
       <table width="100%" border="0" cellpadding="6" cellspacing="0">
index 69c73b4..f0eede1 100644 (file)
@@ -11,11 +11,6 @@ a.crossout:hover {
     text-decoration: line-through;
 }
 
-#heading {
-    background-color: #87c9af;
-    color: #ffffff;
-}
-
 input#button {
     border: 3px outset #132194;
     background-color: #132194;