Roundup Tracker - Issues

Message924

Author jkew
Recipients
Date 2003-08-18.12:41:14
Message-id
In-reply-to
In the default 0.6.0 classic template, under IE6, the 
space between the boxes (Issues, Hello XX, Help etc) 
varies depending on whether they're a form or a para.

To tidy this up, I added a styling for form to my 
style.css:

td.sidebar form {
  margin: 0 0 0 0;
}

so that the only margin between these boxes is the 
p.classblock/p.userblock margin.

(I also found it looked slightly less cramped with 
p.classblock and p.userblock set to:
  padding: 2 5 2 5;
  margin: 5 1 5 1;
but maybe that's just me.)
History
Date User Action Args
2009-02-03 14:20:26adminlinkissue790502 messages
2009-02-03 14:20:26admincreate