# HG changeset patch # User Nathan Phillip Brink # Date 2010-10-27 13:15:29 # Node ID bdad9dbc23cec4a5030133ff112480ae430b4a72 # Parent a420870e4c0fe39957083d4ae5014117d9f9e21f Fix the problem where the time column of the output would wrap. diff --git a/styles/output.css b/styles/output.css --- a/styles/output.css +++ b/styles/output.css @@ -48,8 +48,10 @@ td{ text-align:center; width:7em; } -.time{ +.time +{ border-style:none none solid none; + white-space: nowrap; } .day{ border-style:none none solid solid;