Bottom Aligned Signature

Guides & Snippets for phpBB3.
Try the Snippets here and share Your own Snippets

Bottom Aligned Signature

Post by Stoker »

Bottom Aligned Signature

Moved: viewtopic.php?f=45&t=1280

Re: Bottom Aligned Signature

Post by istabi »

Yes, thank you, can you tell me where can i change HR style of sig?

Re: Bottom Aligned Signature

Post by Steve »

prosilver/theme/colours.css

Code: Select all

/* Post signature */
.signature {
	border-top-color: #CCCCCC;
}

Re: Bottom Aligned Signature

Post by istabi »

Thx mate!