Reset indentation set to 2 spaces

This commit is contained in:
María Checa 2016-02-01 11:40:03 +01:00
parent 2231eb5822
commit 4bc37a4f4c

View File

@ -18,35 +18,35 @@ article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, menu, nav, output, ruby, section, summary,
time, mark, audio, video { time, mark, audio, video {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
font-size: 100%; font-size: 100%;
font: inherit; font: inherit;
vertical-align: baseline; vertical-align: baseline;
} }
/* HTML5 display-role reset for older browsers */ /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { footer, header, hgroup, menu, nav, section {
display: block; display: block;
} }
body { body {
line-height: 1; line-height: 1;
} }
ol, ul { ol, ul {
list-style: none; list-style: none;
} }
blockquote, q { blockquote, q {
quotes: none; quotes: none;
} }
blockquote:before, blockquote:after, blockquote:before, blockquote:after,
q:before, q:after { q:before, q:after {
content: ''; content: '';
content: none; content: none;
} }
table { table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
// Resetting buttons too // Resetting buttons too
button { button {
@ -54,11 +54,11 @@ button {
padding: 0; padding: 0;
border: none; border: none;
background: transparent; background: transparent;
box-sizing: border-box; box-sizing: border-box;
outline: none; outline: none;
} }
dd, dt { dd, dt {
display: inline-block; display: inline-block;
} }
a { a {