How can I css theme specific blocks on the Left sidebar or the Right sidebar if all of them have class="defaultblock"
I would appreciate some help on giving blocks a distinctive id.

Thanks a lot help

 <div class="defaultblock">
    <h2><?php print $block->subject; ?></h2><!--block title-->
   <div class="blockcontent"><?php print $block->content; ?></div>
</div>

Comments

Mr P’s picture

I want to put a scrollbar on a specific block - not sure how to do in Marinelli.

Found:

http://drupal.org/node/315205

http://drupal.org/node/281418#comment-1207343

May have another go at it sometime - let me know if you figure how.

vr_mex’s picture

Any news on this issue?

tobedeleted’s picture

I found this that seemed to do the trick:
http://drupal.org/node/600598

vr_mex’s picture

Yes seems to work fine !, should be included on the main Marinelli code.

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.