Just wanted to post my solution to allow a print stylesheet (print.css with zen) to expand all views_accordion items. There's more to it to make it pretty, but just to expand all elements one could use:
.views-accordion-item .accordion-content {
display: block !important;
}
If anyone improves this (to include consistent header font-weight, etc), feel free to share!
Comments
Comment #1
manuel garcia commentedThanks for sharing your solution texas-bronius.
Could you add it to the documentation page? Explaining the idea a bit, I'm sure people will find it there better than lost in the issuequeue =)
Comment #2
printingray commentedContent matters because most of the people will print your page due to content, not to see images. Try to reduce images from the printer in print style sheet.
custom stickers
Comment #3
manuel garcia commentedComment #4
texas-bronius commentedok done in https://www.drupal.org/node/366263. Note: this is 6.x documentation, whereas you've bumped this particular issue queue item up to 8.x. Proceed with life as you see fit :D
Comment #5
manuel garcia commentedfair point @texas-bronius, thanks for that!