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-10 00:07:05 +0300
committerRory Gibson <rg.rorygibson@gmail.com>2015-06-10 00:07:05 +0300
commit7e26a72664800acb10e558734cc1accea717af12 (patch)
tree6d2ff4e0cd7c7faef26922775fd26cec5e67fca8
parentd809feb7828f2325ee0fd1bfb7d645262ff3bb3f (diff)
parent73aa67a229c68fd9a90f500dc60c831632622c41 (diff)
Merge branch 'master' of https://github.com/roryg/ghostwriter
-rw-r--r--assets/css/normalize.css26
-rw-r--r--default.hbs2
2 files changed, 13 insertions, 15 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;
}
-
diff --git a/default.hbs b/default.hbs
index 63af9b1..39af77f 100644
--- a/default.hbs
+++ b/default.hbs
@@ -18,7 +18,7 @@
<link rel="stylesheet" type="text/css" href="{{asset "css/nprogress.css"}}" />
<link rel="stylesheet" type="text/css" href="{{asset "css/style.css"}}" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic" />
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
+ <link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
{{! Ghost outputs important style and meta data with this tag }}
{{ghost_head}}