Changeset - bdad9dbc23ce
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-27 13:15:29
ohnobinki@ohnopublishing.net
Fix the problem where the time column of the output would wrap.
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
styles/output.css
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)