mirror of
https://github.com/sstent/node.git
synced 2026-01-26 15:12:37 +00:00
22 lines
302 B
Stylus
22 lines
302 B
Stylus
body,h1,h2,h3,h4,th {
|
|
font: 13px/normal Arial,sans-serif;
|
|
}
|
|
body {
|
|
background: #fff;
|
|
color: #000;
|
|
}
|
|
body,fieldset,form,h1,h2,h3,h4,li,ol,p,td,th,ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
ul {
|
|
margin: 0 normal;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
fieldset,img {
|
|
border: 0;
|
|
}
|