bigdaddy 7.x-4.4

New features

- added alert box for outdated browser (lower than IE9) with a link to http://www.whatbrowser.org/
- removed #global container
- removed all clearfix classes in page.tpl.php
- removed #middle container
- replaced all IDs with classes in page.tpl.php
- removed HTML5 placeholder theme setting
- removed Prototyping tool theme setting
- updated all partial files

bigdaddy 7.x-4.3

New features

- added alert box for outdated browser (lower than IE9) with a link to http://www.whatbrowser.org/
- removed #global container
- removed all clearfix classes in page.tpl.php
- removed #middle container
- replaced all IDs with classes in page.tpl.php
- removed HTML5 placeholder theme setting
- removed Prototyping tool theme setting
- updated all partial files

bigdaddy 7.x-4.2

New features

- NOW ALL CSS FILES WRITTEN IN SASS
- NEW CSS STRUCTURE
- add module dependencies: SASSY and PREPRO
- reorganized the theme settings
- removed some default core CSS
- added new theme setting: CDN jquery replacement
- added Ems for the viewport display

bigdaddy 7.x-4.0

New features

- NOW ALL CSS FILES WRITTEN IN SASS
- NEW CSS STRUCTURE
- add module dependencies: SASSY and PREPRO
- reorganized the theme settings
- removed some default core CSS
- added new theme setting: CDN jquery replacement
- added Ems for the viewport display

bigdaddy 7.x-3.0

New features

- changed <meta name="viewport" />
- deleted ds-1col.tpl.php, the last version of Display Suite don't use this template anymore
- remove the panel option in the .info file
- updated the README.txt file
- applyed the SMACSS method through all the stylesheet (names convention, rules,…)
- deleted the /font directory in /styles.
- renamed master-print.css into print.css
- renamed typography.css into base.css
- renamed master.css into components.css
- renamed master-ie.css into ie.css
- renamed master-media.css into mediaqueries.css
- renamed master-css3.css into
- removed master-css3.css
- added layout.css
- added the no-js class in the to avoid the FOUC Effect when working with Modernizr
- add some features/code from the last update of HTML5 Boilerplate
- reset.css now based on normalize.css and renamed into normalize.css
- disable some default Drupal's system styles: comment.css, system.messages.css, system.menus.css, system.theme.css and user.css
- CSS update based on Twitter Bootstrap, HTML5 Boilerplate and Foundation
- VERY IMPORTANT: changed the box-model for all the CSS declarations by using box-sizing: border-box
- remove regions highlighted, feature and help
- optimization for the print version

bigdaddy 6.x-2.3

New features
Bug fixes

- add extra comments in the master-css3.css file
- customize the edit tabs style
- Changes the default meta content-type tag to the shorter HTML5 version
- Changes the search form to use the HTML5 "search" input attribute
- change HTML tag for the sidebars to <asid> due to the new specs
- add a few CSS from normalize.css for some HTML5 tags
- change the message status and error style
- change the error input style

bigdaddy 7.x-1.9

New features
Bug fixes

- add a example of hook_form_alter in the template.php file
- remove the function bigdaddy_preprocess_views_view_unformatted(&$vars)
- debug the template.php file (see http://drupal.org/node/1494880)
- add extra comments in the master-css3.css file
- customize the edit tabs style
- Changes the default meta content-type tag to the shorter HTML5 version
- Changes the search form to use the HTML5 "search" input attribute

bigdaddy 6.x-2.21

New features
Bug fixes

- add extra comments in the master-css3.css file
- customize the edit tabs style
- Changes the default meta content-type tag to the shorter HTML5 version
- Changes the search form to use the HTML5 "search" input attribute
- change HTML tag for the sidebars to <aside> due to the new specs
- add a few CSS from normalize.css for some HTML5 tags
- change the message status and error style
- change the error input style

bigdaddy 6.x-2.2

New features
Bug fixes

- add extra comments in the master-css3.css file
- customize the edit tabs style
- Changes the default meta content-type tag to the shorter HTML5 version
- Changes the search form to use the HTML5 "search" input attribute
- change HTML tag for the sidebars to <aside> due to the new specs
- add a few CSS from normalize.css for some HTML5 tags
- change the message status and error style
- change the error input style

bigdaddy 7.x-1.7

New features
Bug fixes

- remove license.txt
- add the theme-settings.css file by default in the .info file
- remove conditional stylesheet call in .info for IE. Know, this call is made through the template.php file in the theme_preprocess_html() function
- changed the a:hover color to #ccc to be more neutral
- change the body font-family to Lucida Grande
- added a list-style for UL element in #middle-content
- change H3 font-size to 18px
- changed INPUT submit layout

bigdaddy 6.x-1.9

New features
Bug fixes

- add the theme-settings.css file by default in the .info file
- changed the a:hover color to #ccc to be more neutral
- change the body font-family to Lucida Grande
- added a list-style for UL element in #middle-content
- change H3 font-size to 18px
- changed INPUT submit layout
- add all the necessary stuff to work with the LESS module. Just install it and work instantly with your .less file

bigdaddy 7.x-1.5

New features
Bug fixes

- 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.

bigdaddy 6.x-1.7

- change condition in template.php for HTML element selection after creating a block
(<NAV> or <DIV> instead of <SECTION>).
- remove color and border-bottom for headlines
- comment CSS properties for responsive IMG
- add nd.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.
- add color codes use in the website as comment at the top of master.css

bigdaddy 7.x-1.4

New features
Bug fixes

- 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.

bigdaddy 6.x-1.6

New features
Bug fixes

- change condition in template.php for HTML element selection after creating a block
(<NAV> or <DIV> instead of <SECTION>).
- remove color and border-bottom for headlines
- comment CSS properties for responsive IMG
- add nd.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.
- add color codes use in the website as comment at the top of master.css

bigdaddy 7.x-1.3

- white background for the <body>
- add the file master.js
- add skip to main content link for user accessibility
- comment by default the meta viewport
- add the tag <meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />

bigdaddy 6.x-1.5

- white background for the <body>
- add the file master.js
- add skip to main content link for user accessibility
- comment by default the meta viewport
- add the tag <meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />

bigdaddy 7.x-1.2

Bug fixes

- last release was not the right Drupal Core version (still D6)

bigdaddy 6.x-1.4

New features

- convert in HTML5
- more documented and structured code
- add a CSS file for @media queries
- deleted the subtheme LittleGirl because BigDaddy must not be use as a base theme
- more theme functions in the template.php file

bigdaddy 6.x-1.3

Theme setting 960 grid deleted
Add a template page function to create page template based on the name of the content type

bigdaddy 6.x-1.2

New features
Bug fixes

Uncomment mobile device line in template.php
add font folder

bigdaddy 6.x-1.1

New features
  • Add meta tag for the viewport
  • Add a CSS3 properties
Subscribe with RSS Subscribe to Releases for BigDaddy