[pmwiki-users] Horizontal line

Chris Cox ccox at airmail.net
Wed Aug 8 10:50:27 CDT 2007


Stéphane Heckel wrote:
> Hello there, ...
> 
> I would like to make the horizontal line (----) to be "1px #cccccc solid;"
> It seems not stored in the CSS file, ...
> Where is it defined ?

It's just an <hr />

You'll have to create hr css options.

hr {border: none 0;
	border-top: 3px double #c00;
	width: 80%;
	height: 3px;
	margin: 10px auto 0 0;
	text-align: left;
	}	





More information about the pmwiki-users mailing list