Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: necolas/normalize.css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: napilnik/normalize.css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 20, 2012

  1. Add trailing slash to 'homepage' in component.json

    GitHub 301 redirects the URL without a trailing slash to the URL with a
    trailing slash.
    necolas committed Aug 20, 2012
    Configuration menu
    Copy the full SHA
    ee61f84 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2012

  1. Configuration menu
    Copy the full SHA
    9323d0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1364ab6 View commit details
    Browse the repository at this point in the history
  3. v1.0.2

    necolas committed Nov 17, 2012
    Configuration menu
    Copy the full SHA
    43af506 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2012

  1. Language and comment style

    * Consistent use of tense.
    * Small change to use common comment style.
    necolas committed Nov 26, 2012
    Configuration menu
    Copy the full SHA
    d6c54bb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2012

  1. Fix cursor style for disabled button input

    The Android 4.0.* work around - `html input[type="button"]` - requires
    the addition of `html` to the selector for disabled inputs, otherwise
    disabled button inputs still have the `pointer` cursor.
    necolas committed Dec 2, 2012
    Configuration menu
    Copy the full SHA
    07c0beb View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2013

  1. Add main element to HTML5 display definitions

    The HTML Working Draft has added `main` as a new element.
    dawidkkruczek authored and necolas committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    048ea8b View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    necolas committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    c0a9664 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2013

  1. Add hr test

    necolas committed Jan 20, 2013
    Configuration menu
    Copy the full SHA
    b1ac8a4 View commit details
    Browse the repository at this point in the history
  2. Normalize hr

    Firefox uses different `box-sizing` and `height` values to all other
    browsers. Firefox doesn't currently support `box-sizing` without the
    `-moz-` prefix, so we use both the vendor-prefixed and unprefixed
    properties to ensure that it matches the `content-box` value of other
    browsers. It also requires the `height` to be set to `0`.
    
    Known issue: this does not normalize IE 6/7 as `hr` cannot be reliably
    styled in those browsers.
    necolas committed Jan 20, 2013
    Configuration menu
    Copy the full SHA
    a51697a View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    necolas committed Jan 20, 2013
    Configuration menu
    Copy the full SHA
    54f470c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2013

  1. Normalize form element text-transform

    By default, browsers set `text-transform:none` on most form controls in
    order to prevent `text-transform` being inherited from ancestor nodes.
    
    However, the `button` and `select` elements are exceptions.
    
    * Firefox and Opera do not apply `text-transform:none` to `select`.
    
    * Chrome, Safari, and IE 6+ do not apply `text-transform:none` to
      `button.
    
    It's not suitable to set `text-transform:inherit` because all other form
    elements intentionally avoid it. Safari and IE 6/7 will not honour that
    style for `select`, and Chrome will only do so when the `select` element
    is clicked.
    
    Further details:
    http://tjvantoll.com/2012/07/10/default-browser-handling-of-the-css-text-transform-property/
    necolas committed Jan 21, 2013
    Configuration menu
    Copy the full SHA
    acf4079 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    necolas committed Jan 21, 2013
    Configuration menu
    Copy the full SHA
    5dbbae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c847f3 View commit details
    Browse the repository at this point in the history
  4. v1.1.0

    necolas committed Jan 21, 2013
    Configuration menu
    Copy the full SHA
    97e7867 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2013

  1. * == 2.1.0PlusLegacy (April 04, 2013)

    Merge Normalize 2 and Normalize 1.
    
    * <Q> remains as in Normalize 2 with quotes
    * Add minify version
    Igor Zenich committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    26e4685 View commit details
    Browse the repository at this point in the history
Loading