Browse Source

undo the reset * change since @dhgamache told me to <3

pull/89/head
Mark Otto 12 years ago
parent
commit
f5202915cc
  1. 78
      lib/css/base.css

78
lib/css/base.css

@ -1,7 +1,83 @@
/* Hard reset /* Hard reset
-------------------------------------------------- */ -------------------------------------------------- */
* { html,
body,
div,
span,
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
audio,
video {
padding: 0; padding: 0;
margin: 0; margin: 0;
border: 0; border: 0;

Loading…
Cancel
Save