.sidebar .secondaryContent won't change

Matthew Hawley

Well-known member
So I put this in the EXTRA.css and nothing will change!

Code:
.sidebar .secondaryContent {
background: rgb(242, 250, 247) url('xxx') repeat-x top;
padding: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-radius: 4px;
border: solid 1px #C8C8C8;
}
 
Top Bottom