blob: 44e57340bf12727258e34a13b3c4963465cb2cd4 [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
*,
*:before,
*:after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/**
* Based on Eric Meyer's reset:
* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
vertical-align: middle;
}
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
a img {
border: none
}
p img {
max-width: 100%;
}
article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav,
section, summary, main {
margin: 0;
padding: 0;
border: 0;
outline: 0;
display: block
}
audio, canvas, video {
display: inline;
display: inline-block;
zoom: 1;
}
audio:not([controls]), [hidden] {
display: none;
}
textarea, input {
outline: none;
}