Skip to content

2.2

Compare
Choose a tag to compare
@kirb kirb released this 16 Jan 05:07
· 16 commits to master since this release
4111a8e
  • Adds support for 29x29pt icons. Example:
    <ul>
      <li class="has-icon">
        <a href="https://hbang.ws/" role="button">
          <img src="hbang.png" alt="HASHBANG Productions" class="icon">
          HASHBANG Productions
        </a>
      </li>
    </ul>
  • Adds support for Retina 3x hairline dividers.
  • Improves the positioning of dividers to more closely match iOS.
  • Adds active/focus states to <a role="button"> and <button>. Optionally integrates with FastClick to make these states visible on iOS.
  • Adds curved edges to <ul> at tablet/desktop size classes.
  • Updates normalize.css to the latest version.