Reply to comment

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;
}

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see and Markdown Extra for tables, footnotes, and more.

More information about formatting options