mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Import Normalize.css @ 1.1.2
This commit is contained in:
parent
494885d292
commit
7ddd0dc7ce
@ -4,6 +4,8 @@ Pure Change History
|
||||
NEXT
|
||||
----
|
||||
|
||||
* Upgraded Normalize.css to 1.1.2.
|
||||
|
||||
* Integrated Bower into `grunt import` process.
|
||||
|
||||
* Cleaned up manual test files, removing unnecessary CSS files and cruft.
|
||||
|
@ -26,11 +26,9 @@
|
||||
display: none;
|
||||
}
|
||||
.pure {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
font-size: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
.pure,
|
||||
.pure button,
|
||||
|
18
src/base/css/normalize.css
vendored
18
src/base/css/normalize.css
vendored
@ -1,5 +1,5 @@
|
||||
/* THIS FILE IS GENERATED BY A BUILD SCRIPT - DO NOT EDIT! */
|
||||
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
|
||||
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
|
||||
|
||||
/* ==========================================================================
|
||||
HTML5 display definitions
|
||||
@ -60,22 +60,16 @@ audio:not([controls]) {
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 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.
|
||||
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
|
||||
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
|
||||
* `em` units.
|
||||
* 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 */
|
||||
font-size: 100%; /* 3 */
|
||||
-webkit-text-size-adjust: 100%; /* 4 */
|
||||
-ms-text-size-adjust: 100%; /* 4 */
|
||||
font-size: 100%; /* 1 */
|
||||
-ms-text-size-adjust: 100%; /* 2 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user