v3.4
This minor release covers 4 issues and 11 pull requests.
What's new
-
Turn
<select>
elements into navigation menus with classselect--nav
(see the Intranet layout for an example) -
Custom styles for drop-down menus are now applied on IE8 and IE9, just like on other browsers
-
Dark version of Enquiry component with class
enquiry--dark
-
Fixes and improvements to markup and styles of Enquiry component, including new form class to mark sub-text:
form__subtext
-
Soft style for Pathfinder with two boxes:
class="pathfinder-2 soft"
-
7 new icons:
computer
,devices
,face
,group
,hr
,jobs
, andmoney
-
Alternate syntax for header-less layout: instead of setting the
headerless
class on containerrole="main"
, use empty div as first child:<div role="main"> <div class="headerless"></div> ... </div>
-
Improved style for lead text when layout uses in-page navigation