show/hide this revision's text 2 added 3 characters in body

You can do what Rich has suggested using the CSS input in BugMonkey:

div.head p, .welcome, img[src='images/icon.gif'img[alt='Fog Creek Software']
{
   display: none;
}
show/hide this revision's text 1

You can do what Rich has suggested using the CSS input in BugMonkey:

div.head p, .welcome, img[src='images/icon.gif']
{
   display: none;
}