Skip to content

Commit

Permalink
Revert 6992935
Browse files Browse the repository at this point in the history
Doesn't work in Firefox.
  • Loading branch information
necolas committed Jan 26, 2014
1 parent 7e80851 commit a2ae3b5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,13 @@ figure {
========================================================================== */

/**
* 1. Define consistent border, margin, and padding.
* 2. Address width being affected by wide descendants in Chrome and Firefox.
* Define consistent border, margin, and padding.
*/

fieldset {
border: 1px solid #c0c0c0; /* 1 */
margin: 0 2px; /* 1 */
min-width: 0; /* 2 */
padding: 0.35em 0.625em 0.75em; /* 1 */
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

/**
Expand Down

0 comments on commit a2ae3b5

Please sign in to comment.