I inherited a very large project a while back and there's no-one about to ask why things are the way they are etc.
There's CSS files that are throwing up loads of errors due to empty elements.
Anyone have any idea why you might do this (note font-weight and font-style):
There's CSS files that are throwing up loads of errors due to empty elements.
Anyone have any idea why you might do this (note font-weight and font-style):
Code:
.wufoo .info h2{
font-size:160%;
font-family:inherit;
font-weight:;
font-style:;
color:#000000;
}