INTRODUCTION ============ Block Class allows users to add classes to any block through the block's configuration interface. By adding a very short snippet of PHP to a theme's block.tpl.php file, classes can be added to the parent <div class="block ..."> element of a block. Hooray for more powerful block theming! REQUIREMENTS ============ This module requires the following modules: *Block (https://www.drupal.org/project/block) INSTALLATION ============ Install as you would normally install a contributed Drupal module: *https://www.drupal.org/project/block_class Also See: *(https://drupal.org/documentation/install/modules-themes/modules-7)for further information. CONFIGURATION ============= * To add a class to a block, simply visit that block's configuration page at Administration >> Structure >> Blocks MAINTAINERS =========== Current maintainers: * David Suissa (DYdave) - https://www.drupal.org/u/dydave * berenddeboer - https://www.drupal.org/u/berenddeboer * Todd Nienkerk - https://www.drupal.org/u/todd-nienkerk * elliotttf - https://www.drupal.org/u/elliotttf