Update normalize.css.

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5392 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
xhmikosr
2013-08-03 23:06:23 +00:00
parent 168ac84c36
commit f60df5cfbb
2 changed files with 14 additions and 12 deletions
+13 -11
View File
@@ -1,4 +1,4 @@
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
@@ -16,7 +16,7 @@ section {
}
/**
* Address styling not present in IE 8/9.
* Address `[hidden]` styling not present in IE 8/9.
*/
[hidden] {
@@ -28,25 +28,27 @@ section {
========================================================================== */
/**
* 1. Prevent system color scheme's background color being used in Firefox, IE,
* and Opera.
* 2. Prevent system color scheme's text color being used in Firefox, IE, and
* Opera.
* 4. Prevent iOS text size adjust after orientation change, without disabling
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
background: #fff; /* 1 */
color: #000; /* 2 */
-ms-text-size-adjust: 100%; /* 4 */
-webkit-text-size-adjust: 100%; /* 4 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background: transparent;
}
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
File diff suppressed because one or more lines are too long