Change indentation: 4 -> 2 spaces

This commit is contained in:
Nicolas Gallagher 2014-01-24 13:23:52 -08:00
parent 68322db312
commit 45cc401523
2 changed files with 66 additions and 66 deletions

View File

@ -172,6 +172,6 @@ cutting new releases.
added to the CHANGELOG (inc. date), and the `bower.json`, `component.json`,
and `normalize.css` files.
3. The commit message must be of `v0.0.0` format.
4. Create an annotated tag for the version: `git tag -m "v0.0.0" v0.0.0`.
4. Create an annotated tag for the version: `git tag -m "v0.0.0" 0.0.0`.
5. Push the changes and tags to GitHub: `git push --tags origin master`
6. Checkout the `gh-pages` branch and follow the instructions in the README.

130
normalize.css vendored
View File

@ -20,7 +20,7 @@ main,
nav,
section,
summary {
display: block;
display: block;
}
/**
@ -31,7 +31,7 @@ audio,
canvas,
progress,
video {
display: inline-block;
display: inline-block;
}
/**
@ -40,8 +40,8 @@ video {
*/
audio:not([controls]) {
display: none;
height: 0;
display: none;
height: 0;
}
/**
@ -51,7 +51,7 @@ audio:not([controls]) {
[hidden],
template {
display: none;
display: none;
}
/* ==========================================================================
@ -65,9 +65,9 @@ template {
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
@ -75,7 +75,7 @@ html {
*/
body {
margin: 0;
margin: 0;
}
/* ==========================================================================
@ -87,7 +87,7 @@ body {
*/
a {
background: transparent;
background: transparent;
}
/**
@ -96,7 +96,7 @@ a {
a:active,
a:hover {
outline: 0;
outline: 0;
}
/* ==========================================================================
@ -109,8 +109,8 @@ a:hover {
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
font-size: 2em;
margin: 0.67em 0;
}
/**
@ -118,7 +118,7 @@ h1 {
*/
abbr[title] {
border-bottom: 1px dotted;
border-bottom: 1px dotted;
}
/**
@ -127,7 +127,7 @@ abbr[title] {
b,
strong {
font-weight: bold;
font-weight: bold;
}
/**
@ -135,7 +135,7 @@ strong {
*/
dfn {
font-style: italic;
font-style: italic;
}
/**
@ -143,9 +143,9 @@ dfn {
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
@ -153,8 +153,8 @@ hr {
*/
mark {
background: #ff0;
color: #000;
background: #ff0;
color: #000;
}
/**
@ -165,8 +165,8 @@ code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
font-family: monospace, serif;
font-size: 1em;
}
/**
@ -174,7 +174,7 @@ samp {
*/
pre {
white-space: pre-wrap;
white-space: pre-wrap;
}
/**
@ -182,7 +182,7 @@ pre {
*/
q {
quotes: "\201C" "\201D" "\2018" "\2019";
quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
@ -190,7 +190,7 @@ q {
*/
small {
font-size: 80%;
font-size: 80%;
}
/**
@ -199,18 +199,18 @@ small {
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
top: -0.5em;
}
sub {
bottom: -0.25em;
bottom: -0.25em;
}
/* ==========================================================================
@ -222,7 +222,7 @@ sub {
*/
img {
border: 0;
border: 0;
}
/**
@ -230,7 +230,7 @@ img {
*/
svg:not(:root) {
overflow: hidden;
overflow: hidden;
}
/* ==========================================================================
@ -242,7 +242,7 @@ svg:not(:root) {
*/
figure {
margin: 1em 40px;
margin: 1em 40px;
}
/* ==========================================================================
@ -255,10 +255,10 @@ figure {
*/
fieldset {
border: 1px solid #c0c0c0; /* 1 */
margin: 0 2px; /* 1 */
min-width: 0; /* 2 */
padding: 0.35em 0.625em 0.75em; /* 1 */
border: 1px solid #c0c0c0; /* 1 */
margin: 0 2px; /* 1 */
min-width: 0; /* 2 */
padding: 0.35em 0.625em 0.75em; /* 1 */
}
/**
@ -267,8 +267,8 @@ fieldset {
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
@ -283,9 +283,9 @@ input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}
/**
@ -294,7 +294,7 @@ textarea {
*/
optgroup {
font-weight: bold;
font-weight: bold;
}
/**
@ -302,7 +302,7 @@ optgroup {
*/
button {
overflow: visible;
overflow: visible;
}
/**
@ -311,7 +311,7 @@ button {
*/
input {
line-height: normal;
line-height: normal;
}
/**
@ -323,7 +323,7 @@ input {
button,
select {
text-transform: none;
text-transform: none;
}
/**
@ -338,8 +338,8 @@ button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
/**
@ -348,7 +348,7 @@ input[type="submit"] {
button[disabled],
html input[disabled] {
cursor: default;
cursor: default;
}
/**
@ -358,8 +358,8 @@ html input[disabled] {
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
@ -370,7 +370,7 @@ input[type="radio"] {
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
height: auto;
}
/**
@ -380,10 +380,10 @@ input[type="number"]::-webkit-outer-spin-button {
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/**
@ -393,7 +393,7 @@ input[type="search"] {
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
-webkit-appearance: none;
}
/**
@ -402,8 +402,8 @@ input[type="search"]::-webkit-search-decoration {
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
border: 0;
padding: 0;
}
/**
@ -411,7 +411,7 @@ input::-moz-focus-inner {
*/
textarea {
overflow: auto;
overflow: auto;
}
/* ==========================================================================
@ -423,11 +423,11 @@ textarea {
*/
table {
border-collapse: collapse;
border-spacing: 0;
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
padding: 0;
}