fontfolio 7.x-2.7

New features

Added folder (styles/my-custom) and empty files to optionally accommodate Custom CSS modifications and overrides for FontFolio.
New empty custom files also added in fontfolio.info file.

This change has no effect on existing theme's css or any other code.

fontfolio 7.x-2.6

Tiny css style modification in fontfolio.css

Fix #header_menu LI styles not to break when core attaches additional 'leaf' CSS class.

On line 515 was:

#header_menu ul li {
  margin: 0;
}

And changed into:

#header_menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

fontfolio 7.x-2.5

Fixes still exist CSS bug that supposed to be fixed in former 7.x-2.4 version (created about half hour ago).

fontfolio 7.x-2.3

Bug fixes

This release fixes 2 small bugs:

  1. fontfolio.js modified to fix disappearing of single result first gallery box on narrow screens. See http://drupal.org/node/1850388 .
  2. fontfolio.css modified single line (line 295) to fix meaningless height property value "ingerit" into correct "inherit". This error occasionally influenced responsive big-box images aspect ratio.

fontfolio 7.x-2.2

Bug fixes

Fix bug with CSS 'no-sidebars' body class attached even if 'sidebar' region wasn't empty. That made the content area expand to full width and pushed sidebar blocks content area.

fontfolio 7.x-2.1

New features

Added

  1. Views css support by added box classes that one can insert through Views UI.
  2. New template file : views-view--fontfolio.tpl.php
  3. In README.txt - Instructions for views configuration .
  4. Pre configured example view as exported view inside "example" folder (export-of-fontfolio-frontpage-fields-view.txt).
  5. CSS class to make the main content section expand if no blocks are assigned to sidebar.

fontfolio 7.x-1.1

New features

Add theme setting to disable/enable the language links attached to main menu.
Added Documantation to README.txt.
Remove Header region at fontfolio.info file
Delete node-blog.tpl.php (file name has wrong name convention, so never used).

fontfolio 7.x-2.x-dev

New features

Version 2 of FontFolio:
makup changed from XHTML to HTML5.

Added theme settings option to disable languages links in main menu if undesired.

Subscribe with RSS Subscribe to Releases for FontFolio