chiark / gitweb /
Fix profit margin
[ypp-sc-tools.db-live.git] / yarrg / web / lookup
index 2f4c5c44e1da805232b5d78aa646083e0e5915f1..1453a372145ee2989261f757481aee295e052fb1 100755 (executable)
@@ -74,7 +74,7 @@ my %styles;
                QuerySpecific => 1,
        }, {    Name => 'ShowStalls',
                Before => '',
-               Values => [     [ 0, 'Show amount at each price' ],
+               Values => [     [ 0, 'Show total quantity at each price' ],
                                [ 1, 'Show individual stalls' ],
                        ],
                QuerySpecific => 1,
@@ -121,11 +121,11 @@ $ours
 <html><head><title><% ucfirst $ahtml{Query} %> - YARRG</title>
 <style type="text/css">
 body {
-  foreground: #000000;
+  color: #000000;
   background: #ffffff;
 }
 tr.datarow0 { background: #ffffff; }
-tr.datarow1 { background: #eeeeee; }
+tr.datarow1 { background: #e3e3e3; }
 </style>
 </head><body>