Changing border-color in middle column

Changing border-color in middle column

by Steve Wright -
Number of replies: 1
I'm trying to make subtle alterations to the standarwhite theme. I've managed to change the sideblocks border-color with help from this forum, but am now drawing a blank to change the border-color in the middle (main) column - can anyone help:

Screenshot of left and main column border colours in theme My code to do this so far looks like this:
/* set border colours to ihr website colours */

.navbar,
.sideblock .header,
.sideblock .content,
.headingblock .outline {
border-color: #99ccff;
}


As you can see the topic outline (which I *thought* was .headingblock .outline) has not changed colour, so what do I need to reference to change the topic outline border color, and the border-colors for each of the topic the blocks in the main column?

Any help much appreciated

(so far have been unable to get CSS inspector working in firefox either so am having difficulaty - and web developer toolbar is not quite as clear)

- Steve
Average of ratings: -