diff --git a/demo.html b/demo.html index 6fd5c61..da2854a 100644 --- a/demo.html +++ b/demo.html @@ -247,7 +247,7 @@
- Inputs as descendents of labels (form legend) + Inputs as descendents of labels (form legend). This doubles up as a long legend that can test word wrapping.

diff --git a/normalize.css b/normalize.css index df50916..97d35fb 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2012-01-17T14:17 UTC - http://github.com/necolas/normalize.css */ +/*! normalize.css 2012-01-17T15:37 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions @@ -315,12 +315,15 @@ fieldset { /* * 1. Corrects color not being inherited in IE6/7/8/9 - * 2. Corrects alignment displayed oddly in IE6/7 + * 2. Corrects text not wrapping in FF3 + * 3. Corrects alignment displayed oddly in IE6/7 */ legend { border: 0; /* 1 */ - *margin-left: -7px; /* 2 */ + padding: 0; + white-space: normal; /* 2 */ + *margin-left: -7px; /* 3 */ } /*