chiark / gitweb /
Make first datarow be pale rather than dark
[ypp-sc-tools.main.git] / yarrg / web / lookup
index 365ed58129407277626411e60f96b8bc8fe2ba1e..41a25346207ad30ebe8e37916e1761bcad51bd54 100755 (executable)
@@ -129,12 +129,12 @@ $ours
 <html lang="en"><head><title><% ucfirst $ahtml{Query} %> - YARRG</title>
 <style type="text/css">
 <& style.css &>
-  body { color: #000000; background: #c5c7ae; }
+  body { margin: 0; color: #000000; background: #c5c7ae; }
   div.query { background: #d7d8b3; padding: 1em; }
   div.results { padding: 1em; }
   table.data { background: #b5b686; }
-  tr.datarow0 { background: #e3e3e3; }
-  tr.datarow1 { background: #ffffff; }
+  tr.datarow0 { background: #ffffff; }
+  tr.datarow1 { background: #e3e3e3; }
 </style>
 <&| script &>
   function register_onload(f) {
@@ -149,14 +149,7 @@ $ours
 
 % if (!printable($m)) {
 <div class="navoptbar">
-<a href="<% $m->current_comp()->name() |u %>">YARRG</a> -
- Yet Another Revenue Research Gatherer
-|
-<a href="intro">introduction</a>
-|
-<a href="docs">documentation</a>
-|
-<a href="devel">development</a>
+<& navbar &>
 <p>
 % }
 <%perl>