Re: From CSS to DSSSL

Todd Fahrner wrote:
> /* horizontal rules are ugly. this replaces them with whitespace, sorta. */
> HR {
> margin: 2.5em;
> border-top: solid;
> width: 1em;
> height: 1em;
> color: #FFFDF3;
> /* display: none; */
> }

What is this??? A 1em long line??

 Paul Prescod

Received on Thursday, 17 April 1997 22:49:22 UTC