Use Firebug to look for the appropriate panels row classes, for example .panel-row-1 or .panel-row-2.
.panel-row-1 { background: url(images/sidebar1.png) repeat-y;}.panel-row-2 { background: url(images/sidebar2.png) repeat-y;}
More information about formatting options
jody on March 15, 2008 - 1:02pm
Use Firebug to look for the appropriate panels row classes, for example .panel-row-1 or .panel-row-2.
.panel-row-1 {
background: url(images/sidebar1.png) repeat-y;
}
.panel-row-2 {
background: url(images/sidebar2.png) repeat-y;
}