Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRory Gibson <rg.rorygibson@gmail.com>2015-06-09 22:24:35 +0300
committerRory Gibson <rg.rorygibson@gmail.com>2015-06-09 22:24:35 +0300
commit8650d96f240ec2918e94cc255b3861c180b82c35 (patch)
treeb3743ff9b77db6e68280d487cd0c39d46b5852d9
parentb758a65201605d28493bba6366bdf4a86d4f623d (diff)
parentad17b10a9a3aea81f313dcd6cf116cb0a9b5a5fb (diff)
Merge pull request #61 from postblue/update-normalize
Update normalize.css to v3.0.3
-rw-r--r--assets/css/normalize.css26
1 files changed, 12 insertions, 14 deletions
diff --git a/assets/css/normalize.css b/assets/css/normalize.css
index de371c4..5e5e3c8 100644
--- a/assets/css/normalize.css
+++ b/assets/css/normalize.css
@@ -1,9 +1,9 @@
-/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
- * 2. Prevent iOS text size adjust after orientation change, without disabling
- * user zoom.
+ * 2. Prevent iOS and IE text size adjust after device orientation change,
+ * without disabling user zoom.
*/
html {
@@ -25,7 +25,8 @@ body {
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
- * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11
+ * and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
@@ -38,6 +39,7 @@ footer,
header,
hgroup,
main,
+menu,
nav,
section,
summary {
@@ -69,7 +71,7 @@ audio:not([controls]) {
/**
* Address `[hidden]` styling not present in IE 8/9/10.
- * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
@@ -85,11 +87,12 @@ template {
*/
a {
- background: transparent;
+ background-color: transparent;
}
/**
- * Improve readability when focused and also mouse hovered in all browsers.
+ * Improve readability of focused elements when they are also in an
+ * active/hover state.
*/
a:active,
@@ -207,7 +210,6 @@ figure {
*/
hr {
- -moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
@@ -348,15 +350,12 @@ input[type="number"]::-webkit-outer-spin-button {
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
- * (include `-moz` to future-proof).
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box; /* 2 */
- box-sizing: content-box;
+ box-sizing: content-box; /* 2 */
}
/**
@@ -423,4 +422,3 @@ td,
th {
padding: 0;
}
-