Browse Source

Update normalize.css to v3.0.2.

pull/688/head
XhmikosR 10 years ago
parent
commit
3afadb7a0d
  1. 9
      dist/css/ratchet.css
  2. 2
      dist/css/ratchet.min.css
  3. 9
      docs/dist/css/ratchet.css
  4. 2
      docs/dist/css/ratchet.min.css
  5. 42
      sass/normalize.scss

9
dist/css/ratchet.css vendored

@ -8,7 +8,7 @@
* ===================================================== * =====================================================
*/ */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
@ -28,6 +28,7 @@ footer,
header, header,
hgroup, hgroup,
main, main,
menu,
nav, nav,
section, section,
summary { summary {
@ -53,7 +54,7 @@ template {
} }
a { a {
background: transparent; background-color: transparent;
} }
a:active, a:active,
@ -302,6 +303,10 @@ a:active {
margin: 10px; margin: 10px;
} }
.text-center {
text-align: center;
}
.pull-left { .pull-left {
float: left; float: left;
} }

2
dist/css/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

9
docs/dist/css/ratchet.css vendored

@ -8,7 +8,7 @@
* ===================================================== * =====================================================
*/ */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
@ -28,6 +28,7 @@ footer,
header, header,
hgroup, hgroup,
main, main,
menu,
nav, nav,
section, section,
summary { summary {
@ -53,7 +54,7 @@ template {
} }
a { a {
background: transparent; background-color: transparent;
} }
a:active, a:active,
@ -302,6 +303,10 @@ a:active {
margin: 10px; margin: 10px;
} }
.text-center {
text-align: center;
}
.pull-left { .pull-left {
float: left; float: left;
} }

2
docs/dist/css/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

42
sass/normalize.scss vendored

@ -1,4 +1,4 @@
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
// //
// 1. Set default font family to sans-serif. // 1. Set default font family to sans-serif.
@ -25,7 +25,8 @@ body {
// //
// Correct `block` display not defined for any HTML5 element in IE 8/9. // 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. // Correct `block` display not defined for `main` in IE 11.
// //
@ -38,6 +39,7 @@ footer,
header, header,
hgroup, hgroup,
main, main,
menu,
nav, nav,
section, section,
summary { summary {
@ -85,7 +87,7 @@ template {
// //
a { a {
background: transparent; background-color: transparent;
} }
// //
@ -131,8 +133,8 @@ dfn {
// //
h1 { h1 {
margin: 0.67em 0;
font-size: 2em; font-size: 2em;
margin: 0.67em 0;
} }
// //
@ -140,8 +142,8 @@ h1 {
// //
mark { mark {
color: #000;
background: #ff0; background: #ff0;
color: #000;
} }
// //
@ -158,18 +160,18 @@ small {
sub, sub,
sup { sup {
position: relative;
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
position: relative;
vertical-align: baseline; vertical-align: baseline;
} }
sup { sup {
top: -.5em; top: -0.5em;
} }
sub { sub {
bottom: -.25em; bottom: -0.25em;
} }
// Embedded content // Embedded content
@ -207,9 +209,9 @@ figure {
// //
hr { hr {
height: 0;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
height: 0;
} }
// //
@ -252,9 +254,9 @@ input,
optgroup, optgroup,
select, select,
textarea { textarea {
margin: 0; // 3
color: inherit; // 1 color: inherit; // 1
font: inherit; // 2 font: inherit; // 2
margin: 0; // 3
} }
// //
@ -308,8 +310,8 @@ html input[disabled] {
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner { input::-moz-focus-inner {
padding: 0;
border: 0; border: 0;
padding: 0;
} }
// //
@ -331,8 +333,8 @@ input {
input[type="checkbox"], input[type="checkbox"],
input[type="radio"] { input[type="radio"] {
padding: 0; // 2
box-sizing: border-box; // 1 box-sizing: border-box; // 1
padding: 0; // 2
} }
// //
@ -353,10 +355,10 @@ input[type="number"]::-webkit-outer-spin-button {
// //
input[type="search"] { input[type="search"] {
-webkit-box-sizing: content-box; // 2
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield; // 1 -webkit-appearance: textfield; // 1
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; // 2
box-sizing: content-box;
} }
// //
@ -375,9 +377,9 @@ input[type="search"]::-webkit-search-decoration {
// //
fieldset { fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0; border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} }
// //
@ -386,8 +388,8 @@ fieldset {
// //
legend { legend {
padding: 0; // 2
border: 0; // 1 border: 0; // 1
padding: 0; // 2
} }
// //
@ -415,8 +417,8 @@ optgroup {
// //
table { table {
border-spacing: 0;
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0;
} }
td, td,

Loading…
Cancel
Save