[Fwd: [Justdave's Blog] Comment: "Bugzilla 3.0rc1 released"]

Bill Barry after.fallout at gmail.com
Wed Mar 14 12:21:41 UTC 2007


David Miller wrote:
> I noticed that in RC1 bug details page come up with boxes around the
> header sections such as Details, People, Related actions. These are not
> aesthetically well aligned for good visual appeal so is there a way to
> revert the look and feel of bug detail page back to the 2.23.x for the
> layout positioning?
You can turn off the borders and labels if you want with the following css:

fieldset {
  border: 0;
}
fieldset legend {
  display: none;
}



More information about the developers mailing list