Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button Image Alignment Fix (#30) #303

Merged
merged 4 commits into from Dec 9, 2013
Merged

Button Image Alignment Fix (#30) #303

merged 4 commits into from Dec 9, 2013

Commits on Dec 6, 2013

  1. Button Image Alignment Fix (#272, #30)

    Changed button element from button to div for consistent rendering
    across browsers.
    msalsbery committed Dec 6, 2013
    Copy the full SHA
    a6a21d2 View commit details
    Browse the repository at this point in the history
  2. Button Tab Index Fix

    msalsbery committed Dec 6, 2013
    Copy the full SHA
    e070475 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2013

  1. Better Button Fix

    Wrapped the images in a single div and used that as the content of a
    button element.
    msalsbery committed Dec 7, 2013
    Copy the full SHA
    d3bcd0c View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    Removed commented and leftover code
    msalsbery committed Dec 7, 2013
    Copy the full SHA
    374d028 View commit details
    Browse the repository at this point in the history