Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
- change condition in template.php for HTML element selection after creating a block
(<NAV> or <DIV> instead <SECTION>).
- remove color and border-bottom for headlines
- comment CSS properties for responsive IMG
- add ds-1col.tpl.php with HTML5 elements. This is the basic template to work with the module Display Suite. Don't forget to convert in HTML5 if you are adding other DS templates in your theme.
- delete .clearfix declaration in master.css. It's in Drupal core now.
- add color codes use in the website as comment at the top of master.css
- add the right anchor link for the skip-link in html.tpl.php
- add prototyping tool as theme setting. Check the demo http://www.css-101.org/articles/trick-for-rapid-prototyping/demo.html (works only in webkit-based browser)
- add grid system as theme setting
- add specific iOS styles in master.css as comments
- add some nice CSS stuff inspired by html5boilerplate.com