You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
689 B
38 lines
689 B
body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, article, fieldset, input, textarea, p, blockquote, a, th, td {
|
|
margin: 0;
|
|
padding: 0;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
fieldset, img {
|
|
border: 0;
|
|
vertical-align: middle;
|
|
}
|
|
address, caption, cite, code, dfn, em, th, var {
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
b {
|
|
font-weight: bold;
|
|
}
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
caption {
|
|
text-align: left;
|
|
}
|
|
/*h1, h2, h3, h4, h5, h6 {
|
|
font-size:100%;
|
|
font-weight:normal;
|
|
}*/
|
|
q:before, q:after {
|
|
content: '';
|
|
}
|
|
abbr, acronym {
|
|
border: 0;
|
|
}
|