master
Name already in use
Commits on Jan 26, 2014
- 
  
- 
  
- 
  Reorganise normalize.css and edit comments Update comments in line with any changes browsers have introduced. Minor reordering of rulesets. 
Commits on Jan 25, 2014
- 
  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. 
- 
  Fix pretext formatting and overflowDon't visually break `pre` text over multiple lines. Trigger a scrollbar when the preformatted text is too wide for its container. 
- 
  Fix vertical alignment of progressChrome, 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. 
Commits on Jan 24, 2014
- 
  
- 
  
- 
  Revert textareaalignment modificationLeave the default baseline alignment in place. Fix gh-280 
- 
  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 
Commits on Jan 16, 2014
- 
  Remove a:focusoutline normalizationMy 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 
- 
  Fix figuremargin normalizationAll browsers that support `figure` apply margin of `1em 40px`. Fix gh-262 
- 
  Address Firefox not inheriting `font` properties for `optgroup`. Fix gh-102 
- 
  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. 
Commits on Jan 15, 2014
- 
  
- 
  Fix fontandcolorinheritance for formsInherit 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 
Commits on Aug 26, 2013
- 
  
- 
  The Component(1) spec was updated to require a `repo` property. 
Commits on Aug 16, 2013
- 
  
- 
  README: change guidance and demphasise v1 * Recommend that normalize.css is used as library code (i.e., not modified). * Add a note that v1 is no longer actively developed. 
Commits on Jul 2, 2013
- 
  Normalize the templateelement displayThe `template` element shipped in Firefox 22 and Chrome 26. Browsers without HTML template support should at least hide the element. 
- 
  Fix IE 10 active link background color Remove the gray background color from active links in IE 10. Fix gh-172 
Commits on May 8, 2013
- 
  Revert root color and background normalization Commit: 9078909 The change caused problems with `body` background color no longer bubbling up the the `html` element. It also prevented you from setting `color` or `background` styles on `html` before the normalize.css styles. It might not be possibly to safely address – within normalize.css – the problem that it was trying to avoid. Fix gh-188 
-