view website/issues/html/tracker.css @ 4856:392a055fdc21

issue2117897: Fixed two more rounding to 60.0 seconds in date.py This caused exceptions in real-world data as reported in the issue by Kenny Johansson, Malte Helmert and me. Change them to 59.999 as was done in the fix for issue2550802.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 11 Feb 2014 09:38:31 +0100
parents c2d0d3e9099d
children
line wrap: on
line source

#search { text-align: right; }

p.ok-message 
{
  background-color: #eeffee;
  border: 1px solid #009900;
  padding: 5px;
  color: #009900;
  font-weight: bold;
}
p.error-message 
{
  background-color: #ffeeee;
  border: 1px solid #990000;
  padding: 5px;
  color: #990000;
  font-weight: bold;
}

tr.odd { background-color:#f5f5f5; }

Roundup Issue Tracker: http://roundup-tracker.org/