Skip to content

Commits on Nov 5, 2018

  1. 8.0.1

    necolas committed Nov 5, 2018

Commits on Feb 8, 2018

  1. v8.0.0

    necolas committed Feb 8, 2018
  2. Update browser support

    Drop support for older browsers: IE 9-, Android 4, Safari 7-.
    
    Close #676
    Close #690
    Close #712
    Close #723
    Fix #718
    necolas committed Feb 8, 2018

Commits on May 2, 2017

  1. 7.0.0

    necolas committed May 2, 2017

Commits on Jan 5, 2016

  1. Remove 'hgroup'

    Fix #472
    Close #474
    necolas committed Jan 5, 2016

Commits on Mar 31, 2015

  1. 3.0.3

    necolas committed Mar 31, 2015

Commits on Mar 30, 2015

  1. Remove unnecessary vendor prefixes

    Firefox ESR is currently at Firefox 31, which doesn't require box-sizing
    prefixes.
    
    Fix #400
    necolas committed Mar 30, 2015
  2. Fix a few CSS comments

    necolas committed Mar 30, 2015

Commits on Mar 17, 2015

Commits on Oct 4, 2014

  1. 3.0.2

    necolas committed Oct 4, 2014
  2. Fix code style

    necolas committed Oct 4, 2014

Commits on Mar 27, 2014

  1. 3.0.1

    necolas committed Mar 27, 2014

Commits on Feb 17, 2014

  1. More accurate comments

    Fix #299
    Fix #292
    Fix #304
    necolas committed Feb 17, 2014

Commits on Jan 28, 2014

  1. v3.0.0

    necolas committed Jan 28, 2014

Commits on Jan 26, 2014

  1. v3.0.0-rc.1

    necolas committed Jan 26, 2014
  2. Reorganise normalize.css and edit comments

    Update comments in line with any changes browsers have introduced.
    
    Minor reordering of rulesets.
    necolas committed Jan 26, 2014
  3. Revert 6992935

    Doesn't work in Firefox.
    necolas committed Jan 26, 2014

Commits on Jan 25, 2014

  1. Fix i18n for q element

    Don't attempt to normalize `q` because it prevents the browser from
    automatically adapting the quotes used based on the value of a `lang`
    attribute.
    necolas committed Jan 25, 2014
  2. Fix pre text formatting and overflow

    Don't visually break `pre` text over multiple lines.
    
    Trigger a scrollbar when the preformatted text is too wide for its
    container.
    necolas committed Jan 25, 2014
  3. Fix vertical alignment of progress

    Chrome, Firefox, and Opera set `vertical-align: -0.2em`. The browser
    implementations aren't great. They scale badly with font size and when
    the height of the element is changed. Aligning them to the baseline, as
    IE does, helps make their alignment consistent with other similar
    elements.
    necolas committed Jan 25, 2014

Commits on Jan 24, 2014

  1. Revert textarea alignment modification

    Leave the default baseline alignment in place.
    
    Fix gh-280
    necolas committed Jan 24, 2014
  2. Fix number input button cursor on OS X Chrome

    Fix the cursor style for Chrome's increment/decrement buttons on
    `input[type="number"]. For certain `font-size` values of the `input`, it
    causes the cursor style of the decrement button to change from `default`
    to `text`.
    
    Fix gh-283
    necolas committed Jan 24, 2014

Commits on Jan 16, 2014

  1. Remove a:focus outline normalization

    My hypothesis is that it's more important for a user to get the focus
    style they expect *within* their browser than it is to have consistent focus
    styles *between* browsers. In particular, replacing Chrome's default focus
    style (esp. just for links) seems presumptuous.
    
    Component designers/developers can make the decision on when to modify
    these browser defaults.
    
    Fix gh-216
    necolas committed Jan 16, 2014
  2. Fix figure margin normalization

    All browsers that support `figure` apply margin of `1em 40px`.
    
    Fix gh-262
    necolas committed Jan 16, 2014
  3. Normalize optgroup

    Address Firefox not inheriting `font` properties for `optgroup`.
    
    Fix gh-102
    necolas committed Jan 16, 2014
  4. Remove default table cell padding

    Normalize.css makes some convenience changes to the default table
    rendering. This change removes the 1px of padding around table cells.
    necolas committed Jan 16, 2014

Commits on Jan 15, 2014

  1. Set correct display for progress in IE 8/9

    Set to `inline-block` to match default value in modern browsers.
    
    Fix #253
    Close #254
    necolas committed Jan 15, 2014
  2. Fix font and color inheritance for forms

    Inherit all `font` properties.
    
    Inherit `color` for form controls. Chrome and Safari on OS X will not
    inherit `color` as they heavily restrict the author-defined styles that
    will be respected for that element.
    
    Fix gh-157
    necolas committed Jan 15, 2014

Commits on Aug 26, 2013

  1. v2.1.3

    necolas committed Aug 26, 2013

Commits on Jul 2, 2013

  1. Normalize the template element display

    The `template` element shipped in Firefox 22 and Chrome 26. Browsers
    without HTML template support should at least hide the element.
    necolas committed Jul 2, 2013
Older