Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
82.18 KB
MD5: 945d7c7f1c5ba05d2c9a5d4a227137a2
SHA-1: cfa823609c5327ba2bf25758f6e8b2a59cdb6df8
SHA-256: 91e88058272c4731edbe5de29a376cba4a28804a710db2af25e5ef3dd43f4f2c
Download zip
98.87 KB
MD5: c26068ff066868f1161d8c7dbef54524
SHA-1: 85287ccc47ea661055fc0d52f5fd8cfb7866f19a
SHA-256: 1c0807e723aacb2a0a56e589762a9c9251fbb13cc04c3fd72d1138e163c62c61
Release notes
Includes minor bug fixes and an improvement to handling IE-specific CSS.
- #1328806: Implement a better approach for IE-specific CSS by @sheena_d, adopted "No Conditional Styles OR CSS Hacks" approach to ie-specific styling proposed by Paul Irish.
- #1340348: Excess spacing above primary menu block in starter theme - corrected spacing issue with main menu in starter themes.
- #1340238: "System help" block overflows the help region - no longer wrapping help region in theme('grid_block').
- #1340252: Missing icon for warning type of drupal_set_message() - restored warning icon, and defaulted to more core styling.
- #1322092: Undefined index error on available updates page with fusion 2 - fixed undefined index issue in available updates list caused by a hidden base theme.
- Fixed warning, "Notice: Undefined variable: node_bottom in include()".
- Provided support for node_top and node_bottom regions when using context module to load blocks.