Page 1 of 1

Prospace rules background colours...

Posted: Tue Apr 13, 2010 5:24 pm
by spaceace
open colours.css

find
Code: Select all
div.rules {
	background-color: #620D0D;
	color: #E7C292;
}

p.rules {
	background-color: #620D0D; 
	border: 1px solid #620D0D;
	background-image: none;
}
change both lines
Code: Select all
	background-color: #620D0D;
to this
Code: Select all
	background-color: #000000;