Quote:
Originally Posted by Drix
I love the skin!
Did some colour changes from blue to orange to fit my site, and also changed the wysigwys area quite a bit, but there is one thing i can't change from what i can see. I think the white border around the board is a bit bright. How do I change it?
Thanks for a great skin, and it's easy to work with as well.
|
Code:
.border {
border-left: 1px #FFFFFF solid;
border-right: 1px #FFFFFF solid;
border-bottom: 1px #FFFFFF solid;
border-top: 1px #FFFFFF solid;
}
Just edit that CSS to something that you like better.