Release Notes For Version 1.1

Changelog - Version 1.1 [2017-12-01]

  • [ADDED] Call Out Boxes
  • [FIXED] Horizontal Menu Z-Index Above Jumbo Menu
  • [FIXED] Link Colors on focus, hover, and visited
  • [FIXED] Horizontal Menu Arrows Position
  • [CHANGED] Updated Header and Footer Links
  • [CHANGED] Focus Tabbing Style
  • [CHANGED] Footer Accordion Open in Mobile
  • [CHANGED] Typography Tweaks (CSS)
  • [CHANGED] Left Side Navigation Simplified Structure
    • Includes Active style indicator for current menu item.

For a more detailed description of changes, see below:

Please Note: The focus tabbing style now only appears on keyboard navigation and not when browsing by mouse.

The left side navigation now supports jQuery Smart Menus the same library used for the horizontal menu. As long as you have your unordered list structure with the id="left-menu" it will automatically style and function as an accordion type navigation menu. The current menu item will be automatically styled as active. This is achieved by checking the comparing the current URL of the page and the menu item link.

<ul id="left-menu" class="sm sm-left-blue">
<li>...</li>
</ul>

For your reference, here's a list of updated files for this release:

  • inc/header2.html
  • inc/nav-left-menu.html
  • inc/footer.html
  • js/custom.js
  • css/style.min.css