mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Update normalize.css and .gitignore from master
This commit is contained in:
parent
e9b53b36b4
commit
b2e8ff5297
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.DS_Store
|
23
normalize.css
vendored
23
normalize.css
vendored
@ -20,19 +20,6 @@ section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add display for embedded HTML5 elements
|
||||
* Addresses display not defined in IE6/7/8/9 & FF3
|
||||
*/
|
||||
|
||||
audio[controls],
|
||||
canvas,
|
||||
video {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Base
|
||||
@ -69,7 +56,7 @@ body {
|
||||
|
||||
/*
|
||||
* Define base font-family
|
||||
* Addresses font-family inconsistency between <textarea> and other form elements.
|
||||
* Addresses font-family inconsistency between 'textarea' and other form elements.
|
||||
*/
|
||||
|
||||
body,
|
||||
@ -82,7 +69,7 @@ textarea {
|
||||
|
||||
/*
|
||||
* 1. Remove border
|
||||
* Improves readability when inside <a> element in all browsers
|
||||
* Improves readability when inside 'a' element in all browsers
|
||||
* 2. Allow high quality bicubic image resampling
|
||||
* Improves readability when scaled in IE7
|
||||
* Read before using : code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
|
||||
@ -348,9 +335,9 @@ input {
|
||||
|
||||
/*
|
||||
* 1. Display hand cursor for clickable form elements
|
||||
* Improves usability and consistency of cursor style between image-type <input> and others
|
||||
* Improves usability and consistency of cursor style between image-type 'input' and others
|
||||
* 2. Define appearance for clickable form elements
|
||||
* Fixes inability to style clickable <input> types in iOS
|
||||
* Fixes inability to style clickable 'input' types in iOS
|
||||
*/
|
||||
|
||||
button,
|
||||
@ -437,4 +424,4 @@ td {
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user