Skip to content

Commit 7e939a1

Browse files
committed
Update normalize.css from master branch
1 parent 3f6ccba commit 7e939a1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

normalize.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2011-08-12T17:28 UTC · http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2011-09-14T10:27 UTC - http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 display definitions
@@ -259,7 +259,7 @@ nav ol {
259259
========================================================================== */
260260

261261
/*
262-
* 1. Removes border when inside 'a' element in IE6/7/8/9
262+
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
263263
* 2. Improves image quality when scaled in IE7
264264
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
265265
*/
@@ -304,10 +304,11 @@ form {
304304
}
305305

306306
/*
307-
* Define consistent margin and padding
307+
* Define consistent border, margin, and padding
308308
*/
309309

310310
fieldset {
311+
border: 1px solid #c0c0c0;
311312
margin: 0 2px;
312313
padding: 0.35em 0.625em 0.75em;
313314
}
@@ -324,7 +325,7 @@ legend {
324325

325326
/*
326327
* 1. Corrects font size not being inherited in all browsers
327-
* 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
328+
* 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
328329
* 3. Improves appearance and consistency in all browsers
329330
*/
330331

@@ -365,7 +366,7 @@ table input {
365366
*/
366367

367368
button,
368-
html input[type="button"],
369+
input[type="button"],
369370
input[type="reset"],
370371
input[type="submit"] {
371372
cursor: pointer; /* 1 */

0 commit comments

Comments
 (0)